Shades of Everglade #21422F
Tints of Everglade #21422F
RGB
CMYK
RGB Variations
Color information
#21422F (or 0x21422F) is known color: Everglade. HEX triplet: 21, 42 and 2F. RGB value is (33,66,47). Sum of RGB (Red+Green+Blue) = 33+66+47=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #21422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21422F is #DEBDD0. Grayscale: #363636. Windows color (decimal): -14597585 or 3097121. OLE color: 3097121.
HSL color Cylindrical-coordinate representation of color #21422F: hue angle of 145.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21422F is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 47 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.74 |
| HSL | 145.45º | 0.33% | 0.19% | - |
| HSV(B) | 145.45º | 0.5% | 0.26% | - |
| XYZ | 3.09 | 4.42 | 3.38 | - |
| YUV | 53.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 47 | 0.5 | 0 | 0.29 | 0.74 | 145.45 | 0.33 | 0.19 |
| Hex | 21 | 42 | 2F | 32 | 0 | 1D | 4A | 91 | 21 | 13 |
| Octal | 41 | 102 | 57 | 62 | 0 | 35 | 112 | 221 | 41 | 23 |
| Binary | 100001 | 1000010 | 101111 | 110010 | 0 | 11101 | 1001010 | 10010001 | 100001 | 10011 |
Color Harmonies of #21422F
Complementary color
Monochromatic Colors of #21422F
Black with #21422F
Text Example
Text Example
White with #21422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21422F; }
p { color: rgb(33,66,47); }
H1.HeaderClassName
{
color: #21422F;
}
.AnyTagClassName
{
color: #21422F;
}
</style>
background-color css
<style>
a { background-color: #21422F; }
a { background-color: rgb(33,66,47); }
div.DivClassName
{
background-color: #21422F;
}
.BgClassName
{
background-color: #21422F;
}
</style>
border-color css
<style>
span { border-color: #21422F; }
span { border-color: rgb(33,66,47); }
td.TdClassName
{
border-color: #21422F;
}
.TagClassName
{
border-color: #21422F;
}
</style>