Shades of Everglade #21422E
Tints of Everglade #21422E
RGB
CMYK
RGB Variations
Color information
#21422E (or 0x21422E) is known color: Everglade. HEX triplet: 21, 42 and 2E. RGB value is (33,66,46). Sum of RGB (Red+Green+Blue) = 33+66+46=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #21422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21422E is #DEBDD1. Grayscale: #353535. Windows color (decimal): -14597586 or 3031585. OLE color: 3031585.
HSL color Cylindrical-coordinate representation of color #21422E: hue angle of 143.64º 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 #21422E is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 46 | - |
| CMYK | 0.5 | 0 | 0.30 | 0.74 |
| HSL | 143.64º | 0.33% | 0.19% | - |
| HSV(B) | 143.64º | 0.5% | 0.26% | - |
| XYZ | 3.07 | 4.42 | 3.28 | - |
| YUV | 53.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 46 | 0.5 | 0 | 0.30 | 0.74 | 143.64 | 0.33 | 0.19 |
| Hex | 21 | 42 | 2E | 32 | 0 | 1E | 4A | 90 | 21 | 13 |
| Octal | 41 | 102 | 56 | 62 | 0 | 36 | 112 | 220 | 41 | 23 |
| Binary | 100001 | 1000010 | 101110 | 110010 | 0 | 11110 | 1001010 | 10010000 | 100001 | 10011 |
Color Harmonies of #21422E
Complementary color
Monochromatic Colors of #21422E
Black with #21422E
Text Example
Text Example
White with #21422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21422E; }
p { color: rgb(33,66,46); }
H1.HeaderClassName
{
color: #21422E;
}
.AnyTagClassName
{
color: #21422E;
}
</style>
background-color css
<style>
a { background-color: #21422E; }
a { background-color: rgb(33,66,46); }
div.DivClassName
{
background-color: #21422E;
}
.BgClassName
{
background-color: #21422E;
}
</style>
border-color css
<style>
span { border-color: #21422E; }
span { border-color: rgb(33,66,46); }
td.TdClassName
{
border-color: #21422E;
}
.TagClassName
{
border-color: #21422E;
}
</style>