Shades of Pine Tree #214300
Tints of Pine Tree #214300
RGB
CMYK
RGB Variations
Color information
#214300 (or 0x214300) is known color: Pine Tree. HEX triplet: 21, 43 and 00. RGB value is (33,67,0). Sum of RGB (Red+Green+Blue) = 33+67+0=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #214300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214300 is #DEBCFF. Grayscale: #313131. Windows color (decimal): -14597376 or 17185. OLE color: 17185.
HSL color Cylindrical-coordinate representation of color #214300: hue angle of 90.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214300 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.74 |
| HSL | 90.45º | 1% | 0.13% | - |
| HSV(B) | 90.45º | 1% | 0.26% | - |
| XYZ | 2.63 | 4.34 | 0.7 | - |
| YUV | 49.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 0 | 0.51 | 0 | 1 | 0.74 | 90.45 | 1 | 0.13 |
| Hex | 21 | 43 | 0 | 33 | 0 | 64 | 4A | 5A | 64 | D |
| Octal | 41 | 103 | 0 | 63 | 0 | 144 | 112 | 132 | 144 | 15 |
| Binary | 100001 | 1000011 | 0 | 110011 | 0 | 1100100 | 1001010 | 1011010 | 1100100 | 1101 |
Color Harmonies of #214300
Complementary color
Monochromatic Colors of #214300
Black with #214300
Text Example
Text Example
White with #214300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214300; }
p { color: rgb(33,67,0); }
H1.HeaderClassName
{
color: #214300;
}
.AnyTagClassName
{
color: #214300;
}
</style>
background-color css
<style>
a { background-color: #214300; }
a { background-color: rgb(33,67,0); }
div.DivClassName
{
background-color: #214300;
}
.BgClassName
{
background-color: #214300;
}
</style>
border-color css
<style>
span { border-color: #214300; }
span { border-color: rgb(33,67,0); }
td.TdClassName
{
border-color: #214300;
}
.TagClassName
{
border-color: #214300;
}
</style>