Shades of Pine Tree #204002
Tints of Pine Tree #204002
RGB
CMYK
RGB Variations
Color information
#204002 (or 0x204002) is known color: Pine Tree. HEX triplet: 20, 40 and 02. RGB value is (32,64,2). Sum of RGB (Red+Green+Blue) = 32+64+2=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #204002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204002 is #DFBFFD. Grayscale: #2F2F2F. Windows color (decimal): -14663678 or 147488. OLE color: 147488.
HSL color Cylindrical-coordinate representation of color #204002: hue angle of 90.97º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #204002 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 2 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.75 |
| HSL | 90.97º | 0.94% | 0.13% | - |
| HSV(B) | 90.97º | 0.97% | 0.25% | - |
| XYZ | 2.44 | 3.98 | 0.7 | - |
| YUV | 47.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 2 | 0.50 | 0 | 0.97 | 0.75 | 90.97 | 0.94 | 0.13 |
| Hex | 20 | 40 | 2 | 32 | 0 | 61 | 4B | 5B | 5E | D |
| Octal | 40 | 100 | 2 | 62 | 0 | 141 | 113 | 133 | 136 | 15 |
| Binary | 100000 | 1000000 | 10 | 110010 | 0 | 1100001 | 1001011 | 1011011 | 1011110 | 1101 |
Color Harmonies of #204002
Complementary color
Monochromatic Colors of #204002
Black with #204002
Text Example
Text Example
White with #204002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204002; }
p { color: rgb(32,64,2); }
H1.HeaderClassName
{
color: #204002;
}
.AnyTagClassName
{
color: #204002;
}
</style>
background-color css
<style>
a { background-color: #204002; }
a { background-color: rgb(32,64,2); }
div.DivClassName
{
background-color: #204002;
}
.BgClassName
{
background-color: #204002;
}
</style>
border-color css
<style>
span { border-color: #204002; }
span { border-color: rgb(32,64,2); }
td.TdClassName
{
border-color: #204002;
}
.TagClassName
{
border-color: #204002;
}
</style>