Shades of Pine Tree #214207
Tints of Pine Tree #214207
RGB
CMYK
RGB Variations
Color information
#214207 (or 0x214207) is known color: Pine Tree. HEX triplet: 21, 42 and 07. RGB value is (33,66,7). Sum of RGB (Red+Green+Blue) = 33+66+7=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #214207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214207 is #DEBDF8. Grayscale: #313131. Windows color (decimal): -14597625 or 475681. OLE color: 475681.
HSL color Cylindrical-coordinate representation of color #214207: hue angle of 93.56º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #214207 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 7 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.74 |
| HSL | 93.56º | 0.81% | 0.14% | - |
| HSV(B) | 93.56º | 0.89% | 0.26% | - |
| XYZ | 2.61 | 4.24 | 0.88 | - |
| YUV | 49.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 7 | 0.5 | 0 | 0.89 | 0.74 | 93.56 | 0.81 | 0.14 |
| Hex | 21 | 42 | 7 | 32 | 0 | 59 | 4A | 5E | 51 | E |
| Octal | 41 | 102 | 7 | 62 | 0 | 131 | 112 | 136 | 121 | 16 |
| Binary | 100001 | 1000010 | 111 | 110010 | 0 | 1011001 | 1001010 | 1011110 | 1010001 | 1110 |
Color Harmonies of #214207
Complementary color
Monochromatic Colors of #214207
Black with #214207
Text Example
Text Example
White with #214207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214207; }
p { color: rgb(33,66,7); }
H1.HeaderClassName
{
color: #214207;
}
.AnyTagClassName
{
color: #214207;
}
</style>
background-color css
<style>
a { background-color: #214207; }
a { background-color: rgb(33,66,7); }
div.DivClassName
{
background-color: #214207;
}
.BgClassName
{
background-color: #214207;
}
</style>
border-color css
<style>
span { border-color: #214207; }
span { border-color: rgb(33,66,7); }
td.TdClassName
{
border-color: #214207;
}
.TagClassName
{
border-color: #214207;
}
</style>