Shades of Pine Tree #214600
Tints of Pine Tree #214600
RGB
CMYK
RGB Variations
Color information
#214600 (or 0x214600) is known color: Pine Tree. HEX triplet: 21, 46 and 00. RGB value is (33,70,0). Sum of RGB (Red+Green+Blue) = 33+70+0=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #214600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214600 is #DEB9FF. Grayscale: #333333. Windows color (decimal): -14596608 or 17953. OLE color: 17953.
HSL color Cylindrical-coordinate representation of color #214600: hue angle of 91.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214600 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.73 |
| HSL | 91.71º | 1% | 0.14% | - |
| HSV(B) | 91.71º | 1% | 0.27% | - |
| XYZ | 2.82 | 4.7 | 0.76 | - |
| YUV | 50.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 0 | 0.53 | 0 | 1 | 0.73 | 91.71 | 1 | 0.14 |
| Hex | 21 | 46 | 0 | 35 | 0 | 64 | 49 | 5C | 64 | E |
| Octal | 41 | 106 | 0 | 65 | 0 | 144 | 111 | 134 | 144 | 16 |
| Binary | 100001 | 1000110 | 0 | 110101 | 0 | 1100100 | 1001001 | 1011100 | 1100100 | 1110 |
Color Harmonies of #214600
Complementary color
Monochromatic Colors of #214600
Black with #214600
Text Example
Text Example
White with #214600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214600; }
p { color: rgb(33,70,0); }
H1.HeaderClassName
{
color: #214600;
}
.AnyTagClassName
{
color: #214600;
}
</style>
background-color css
<style>
a { background-color: #214600; }
a { background-color: rgb(33,70,0); }
div.DivClassName
{
background-color: #214600;
}
.BgClassName
{
background-color: #214600;
}
</style>
border-color css
<style>
span { border-color: #214600; }
span { border-color: rgb(33,70,0); }
td.TdClassName
{
border-color: #214600;
}
.TagClassName
{
border-color: #214600;
}
</style>