Shades of Pine Tree #204100
Tints of Pine Tree #204100
RGB
CMYK
RGB Variations
Color information
#204100 (or 0x204100) is known color: Pine Tree. HEX triplet: 20, 41 and 00. RGB value is (32,65,0). Sum of RGB (Red+Green+Blue) = 32+65+0=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #204100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204100 is #DFBEFF. Grayscale: #2F2F2F. Windows color (decimal): -14663424 or 16672. OLE color: 16672.
HSL color Cylindrical-coordinate representation of color #204100: hue angle of 90.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #204100 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.75 |
| HSL | 90.46º | 1% | 0.13% | - |
| HSV(B) | 90.46º | 1% | 0.25% | - |
| XYZ | 2.49 | 4.09 | 0.66 | - |
| YUV | 47.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 0 | 0.51 | 0 | 1 | 0.75 | 90.46 | 1 | 0.13 |
| Hex | 20 | 41 | 0 | 33 | 0 | 64 | 4B | 5A | 64 | D |
| Octal | 40 | 101 | 0 | 63 | 0 | 144 | 113 | 132 | 144 | 15 |
| Binary | 100000 | 1000001 | 0 | 110011 | 0 | 1100100 | 1001011 | 1011010 | 1100100 | 1101 |
Color Harmonies of #204100
Complementary color
Monochromatic Colors of #204100
Black with #204100
Text Example
Text Example
White with #204100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204100; }
p { color: rgb(32,65,0); }
H1.HeaderClassName
{
color: #204100;
}
.AnyTagClassName
{
color: #204100;
}
</style>
background-color css
<style>
a { background-color: #204100; }
a { background-color: rgb(32,65,0); }
div.DivClassName
{
background-color: #204100;
}
.BgClassName
{
background-color: #204100;
}
</style>
border-color css
<style>
span { border-color: #204100; }
span { border-color: rgb(32,65,0); }
td.TdClassName
{
border-color: #204100;
}
.TagClassName
{
border-color: #204100;
}
</style>