Shades of Everglade #20412F
Tints of Everglade #20412F
RGB
CMYK
RGB Variations
Color information
#20412F (or 0x20412F) is known color: Everglade. HEX triplet: 20, 41 and 2F. RGB value is (32,65,47). Sum of RGB (Red+Green+Blue) = 32+65+47=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #20412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20412F is #DFBED0. Grayscale: #353535. Windows color (decimal): -14663377 or 3096864. OLE color: 3096864.
HSL color Cylindrical-coordinate representation of color #20412F: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20412F is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 47 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.75 |
| HSL | 147.27º | 0.34% | 0.19% | - |
| HSV(B) | 147.27º | 0.51% | 0.25% | - |
| XYZ | 3 | 4.29 | 3.36 | - |
| YUV | 53.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 47 | 0.51 | 0 | 0.28 | 0.75 | 147.27 | 0.34 | 0.19 |
| Hex | 20 | 41 | 2F | 33 | 0 | 1C | 4B | 93 | 22 | 13 |
| Octal | 40 | 101 | 57 | 63 | 0 | 34 | 113 | 223 | 42 | 23 |
| Binary | 100000 | 1000001 | 101111 | 110011 | 0 | 11100 | 1001011 | 10010011 | 100010 | 10011 |
Color Harmonies of #20412F
Complementary color
Monochromatic Colors of #20412F
Black with #20412F
Text Example
Text Example
White with #20412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20412F; }
p { color: rgb(32,65,47); }
H1.HeaderClassName
{
color: #20412F;
}
.AnyTagClassName
{
color: #20412F;
}
</style>
background-color css
<style>
a { background-color: #20412F; }
a { background-color: rgb(32,65,47); }
div.DivClassName
{
background-color: #20412F;
}
.BgClassName
{
background-color: #20412F;
}
</style>
border-color css
<style>
span { border-color: #20412F; }
span { border-color: rgb(32,65,47); }
td.TdClassName
{
border-color: #20412F;
}
.TagClassName
{
border-color: #20412F;
}
</style>