Shades of Deep Fir #214329
Tints of Deep Fir #214329
RGB
CMYK
RGB Variations
Color information
#214329 (or 0x214329) is known color: Deep Fir. HEX triplet: 21, 43 and 29. RGB value is (33,67,41). Sum of RGB (Red+Green+Blue) = 33+67+41=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #214329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214329 is #DEBCD6. Grayscale: #353535. Windows color (decimal): -14597335 or 2704161. OLE color: 2704161.
HSL color Cylindrical-coordinate representation of color #214329: hue angle of 134.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214329 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 41 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.74 |
| HSL | 134.12º | 0.34% | 0.2% | - |
| HSV(B) | 134.12º | 0.51% | 0.26% | - |
| XYZ | 3.03 | 4.5 | 2.81 | - |
| YUV | 53.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 41 | 0.51 | 0 | 0.39 | 0.74 | 134.12 | 0.34 | 0.2 |
| Hex | 21 | 43 | 29 | 33 | 0 | 27 | 4A | 86 | 22 | 14 |
| Octal | 41 | 103 | 51 | 63 | 0 | 47 | 112 | 206 | 42 | 24 |
| Binary | 100001 | 1000011 | 101001 | 110011 | 0 | 100111 | 1001010 | 10000110 | 100010 | 10100 |
Color Harmonies of #214329
Complementary color
Monochromatic Colors of #214329
Black with #214329
Text Example
Text Example
White with #214329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214329; }
p { color: rgb(33,67,41); }
H1.HeaderClassName
{
color: #214329;
}
.AnyTagClassName
{
color: #214329;
}
</style>
background-color css
<style>
a { background-color: #214329; }
a { background-color: rgb(33,67,41); }
div.DivClassName
{
background-color: #214329;
}
.BgClassName
{
background-color: #214329;
}
</style>
border-color css
<style>
span { border-color: #214329; }
span { border-color: rgb(33,67,41); }
td.TdClassName
{
border-color: #214329;
}
.TagClassName
{
border-color: #214329;
}
</style>