RGB | 0 | 26 | 34 | |
HSL | 0.54 | 1 | 0.07 | |
HSV | 194° | 100° | 13° | |
CYMK | 1 | 0.2353 | 0 | 221 |
XYZ | 0.6581 | 0.8543 | 1.6436 |
This color is called Swamp. It has 0 red, 26 green, and 34 blue. This color is not particularly light nor dark.
.text-001a22 { color: #001a22 }
This is some text in the color #001a22
.bg-001a22 { background-color: #001a22 }
.border-001a22 { border: 3px solid #001a22; }
This is some text in a box with a border of the color #001a22
.text-shadow-001a22 { text-shadow: 4px 4px 2px #001a22; }
This is some text with text shadow color #001a22
.box-shadow-001a22 { -moz-box-shadow: 1px 1px 3px 2px #001a22; -webkit-box-shadow: 1px 1px 3px 2px #001a22; box-shadow: 1px 1px 3px 2px #001a22; }
This is some text in a box with a box shadow of the color #001a22