Shades of Pine Tree #214204
Tints of Pine Tree #214204
RGB
CMYK
RGB Variations
Color information
#214204 (or 0x214204) is known color: Pine Tree. HEX triplet: 21, 42 and 04. RGB value is (33,66,4). Sum of RGB (Red+Green+Blue) = 33+66+4=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #214204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214204 is #DEBDFB. Grayscale: #313131. Windows color (decimal): -14597628 or 279073. OLE color: 279073.
HSL color Cylindrical-coordinate representation of color #214204: hue angle of 91.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #214204 is Cyan = 0.5, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 4 | - |
| CMYK | 0.5 | 0 | 0.94 | 0.74 |
| HSL | 91.94º | 0.89% | 0.14% | - |
| HSV(B) | 91.94º | 0.94% | 0.26% | - |
| XYZ | 2.6 | 4.23 | 0.79 | - |
| YUV | 49.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 4 | 0.5 | 0 | 0.94 | 0.74 | 91.94 | 0.89 | 0.14 |
| Hex | 21 | 42 | 4 | 32 | 0 | 5E | 4A | 5C | 59 | E |
| Octal | 41 | 102 | 4 | 62 | 0 | 136 | 112 | 134 | 131 | 16 |
| Binary | 100001 | 1000010 | 100 | 110010 | 0 | 1011110 | 1001010 | 1011100 | 1011001 | 1110 |
Color Harmonies of #214204
Complementary color
Monochromatic Colors of #214204
Black with #214204
Text Example
Text Example
White with #214204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214204; }
p { color: rgb(33,66,4); }
H1.HeaderClassName
{
color: #214204;
}
.AnyTagClassName
{
color: #214204;
}
</style>
background-color css
<style>
a { background-color: #214204; }
a { background-color: rgb(33,66,4); }
div.DivClassName
{
background-color: #214204;
}
.BgClassName
{
background-color: #214204;
}
</style>
border-color css
<style>
span { border-color: #214204; }
span { border-color: rgb(33,66,4); }
td.TdClassName
{
border-color: #214204;
}
.TagClassName
{
border-color: #214204;
}
</style>