Shades of Pine Tree #214201
Tints of Pine Tree #214201
RGB
CMYK
RGB Variations
Color information
#214201 (or 0x214201) is known color: Pine Tree. HEX triplet: 21, 42 and 01. RGB value is (33,66,1). Sum of RGB (Red+Green+Blue) = 33+66+1=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #214201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214201 is #DEBDFE. Grayscale: #303030. Windows color (decimal): -14597631 or 82465. OLE color: 82465.
HSL color Cylindrical-coordinate representation of color #214201: hue angle of 90.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #214201 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 1 | - |
| CMYK | 0.5 | 0 | 0.98 | 0.74 |
| HSL | 90.46º | 0.97% | 0.13% | - |
| HSV(B) | 90.46º | 0.98% | 0.26% | - |
| XYZ | 2.58 | 4.22 | 0.71 | - |
| YUV | 48.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 1 | 0.5 | 0 | 0.98 | 0.74 | 90.46 | 0.97 | 0.13 |
| Hex | 21 | 42 | 1 | 32 | 0 | 62 | 4A | 5A | 61 | D |
| Octal | 41 | 102 | 1 | 62 | 0 | 142 | 112 | 132 | 141 | 15 |
| Binary | 100001 | 1000010 | 1 | 110010 | 0 | 1100010 | 1001010 | 1011010 | 1100001 | 1101 |
Color Harmonies of #214201
Complementary color
Monochromatic Colors of #214201
Black with #214201
Text Example
Text Example
White with #214201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214201; }
p { color: rgb(33,66,1); }
H1.HeaderClassName
{
color: #214201;
}
.AnyTagClassName
{
color: #214201;
}
</style>
background-color css
<style>
a { background-color: #214201; }
a { background-color: rgb(33,66,1); }
div.DivClassName
{
background-color: #214201;
}
.BgClassName
{
background-color: #214201;
}
</style>
border-color css
<style>
span { border-color: #214201; }
span { border-color: rgb(33,66,1); }
td.TdClassName
{
border-color: #214201;
}
.TagClassName
{
border-color: #214201;
}
</style>