Shades of Deep Fir #214029
Tints of Deep Fir #214029
RGB
CMYK
RGB Variations
Color information
#214029 (or 0x214029) is known color: Deep Fir. HEX triplet: 21, 40 and 29. RGB value is (33,64,41). Sum of RGB (Red+Green+Blue) = 33+64+41=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #214029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214029 is #DEBFD6. Grayscale: #343434. Windows color (decimal): -14598103 or 2703393. OLE color: 2703393.
HSL color Cylindrical-coordinate representation of color #214029: hue angle of 135.48º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214029 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 41 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.75 |
| HSL | 135.48º | 0.32% | 0.19% | - |
| HSV(B) | 135.48º | 0.48% | 0.25% | - |
| XYZ | 2.86 | 4.15 | 2.75 | - |
| YUV | 52.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 41 | 0.48 | 0 | 0.36 | 0.75 | 135.48 | 0.32 | 0.19 |
| Hex | 21 | 40 | 29 | 30 | 0 | 24 | 4B | 87 | 20 | 13 |
| Octal | 41 | 100 | 51 | 60 | 0 | 44 | 113 | 207 | 40 | 23 |
| Binary | 100001 | 1000000 | 101001 | 110000 | 0 | 100100 | 1001011 | 10000111 | 100000 | 10011 |
Color Harmonies of #214029
Complementary color
Monochromatic Colors of #214029
Black with #214029
Text Example
Text Example
White with #214029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214029; }
p { color: rgb(33,64,41); }
H1.HeaderClassName
{
color: #214029;
}
.AnyTagClassName
{
color: #214029;
}
</style>
background-color css
<style>
a { background-color: #214029; }
a { background-color: rgb(33,64,41); }
div.DivClassName
{
background-color: #214029;
}
.BgClassName
{
background-color: #214029;
}
</style>
border-color css
<style>
span { border-color: #214029; }
span { border-color: rgb(33,64,41); }
td.TdClassName
{
border-color: #214029;
}
.TagClassName
{
border-color: #214029;
}
</style>