Shades of Deep Fir #213E29
Tints of Deep Fir #213E29
RGB
CMYK
RGB Variations
Color information
#213E29 (or 0x213E29) is known color: Deep Fir. HEX triplet: 21, 3E and 29. RGB value is (33,62,41). Sum of RGB (Red+Green+Blue) = 33+62+41=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #213E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E29 is #DEC1D6. Grayscale: #323232. Windows color (decimal): -14598615 or 2702881. OLE color: 2702881.
HSL color Cylindrical-coordinate representation of color #213E29: hue angle of 136.55º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E29 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 41 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.76 |
| HSL | 136.55º | 0.31% | 0.19% | - |
| HSV(B) | 136.55º | 0.47% | 0.24% | - |
| XYZ | 2.75 | 3.93 | 2.71 | - |
| YUV | 50.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 41 | 0.47 | 0 | 0.34 | 0.76 | 136.55 | 0.31 | 0.19 |
| Hex | 21 | 3E | 29 | 2F | 0 | 22 | 4C | 89 | 1F | 13 |
| Octal | 41 | 76 | 51 | 57 | 0 | 42 | 114 | 211 | 37 | 23 |
| Binary | 100001 | 111110 | 101001 | 101111 | 0 | 100010 | 1001100 | 10001001 | 11111 | 10011 |
Color Harmonies of #213E29
Complementary color
Monochromatic Colors of #213E29
Black with #213E29
Text Example
Text Example
White with #213E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E29; }
p { color: rgb(33,62,41); }
H1.HeaderClassName
{
color: #213E29;
}
.AnyTagClassName
{
color: #213E29;
}
</style>
background-color css
<style>
a { background-color: #213E29; }
a { background-color: rgb(33,62,41); }
div.DivClassName
{
background-color: #213E29;
}
.BgClassName
{
background-color: #213E29;
}
</style>
border-color css
<style>
span { border-color: #213E29; }
span { border-color: rgb(33,62,41); }
td.TdClassName
{
border-color: #213E29;
}
.TagClassName
{
border-color: #213E29;
}
</style>