Shades of Pine Tree #214205
Tints of Pine Tree #214205
RGB
CMYK
RGB Variations
Color information
#214205 (or 0x214205) is known color: Pine Tree. HEX triplet: 21, 42 and 05. RGB value is (33,66,5). Sum of RGB (Red+Green+Blue) = 33+66+5=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #214205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214205 is #DEBDFA. Grayscale: #313131. Windows color (decimal): -14597627 or 344609. OLE color: 344609.
HSL color Cylindrical-coordinate representation of color #214205: hue angle of 92.46º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #214205 is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 5 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.74 |
| HSL | 92.46º | 0.86% | 0.14% | - |
| HSV(B) | 92.46º | 0.92% | 0.26% | - |
| XYZ | 2.6 | 4.23 | 0.82 | - |
| YUV | 49.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 5 | 0.5 | 0 | 0.92 | 0.74 | 92.46 | 0.86 | 0.14 |
| Hex | 21 | 42 | 5 | 32 | 0 | 5C | 4A | 5C | 56 | E |
| Octal | 41 | 102 | 5 | 62 | 0 | 134 | 112 | 134 | 126 | 16 |
| Binary | 100001 | 1000010 | 101 | 110010 | 0 | 1011100 | 1001010 | 1011100 | 1010110 | 1110 |
Color Harmonies of #214205
Complementary color
Monochromatic Colors of #214205
Black with #214205
Text Example
Text Example
White with #214205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214205; }
p { color: rgb(33,66,5); }
H1.HeaderClassName
{
color: #214205;
}
.AnyTagClassName
{
color: #214205;
}
</style>
background-color css
<style>
a { background-color: #214205; }
a { background-color: rgb(33,66,5); }
div.DivClassName
{
background-color: #214205;
}
.BgClassName
{
background-color: #214205;
}
</style>
border-color css
<style>
span { border-color: #214205; }
span { border-color: rgb(33,66,5); }
td.TdClassName
{
border-color: #214205;
}
.TagClassName
{
border-color: #214205;
}
</style>