Shades of Pine Tree #203906
Tints of Pine Tree #203906
RGB
CMYK
RGB Variations
Color information
#203906 (or 0x203906) is known color: Pine Tree. HEX triplet: 20, 39 and 06. RGB value is (32,57,6). Sum of RGB (Red+Green+Blue) = 32+57+6=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #203906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203906 is #DFC6F9. Grayscale: #2B2B2B. Windows color (decimal): -14665466 or 407840. OLE color: 407840.
HSL color Cylindrical-coordinate representation of color #203906: hue angle of 89.41º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #203906 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 57 | 6 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.78 |
| HSL | 89.41º | 0.81% | 0.12% | - |
| HSV(B) | 89.41º | 0.89% | 0.22% | - |
| XYZ | 2.09 | 3.25 | 0.69 | - |
| YUV | 43.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 6 | 0.44 | 0 | 0.89 | 0.78 | 89.41 | 0.81 | 0.12 |
| Hex | 20 | 39 | 6 | 2C | 0 | 59 | 4E | 59 | 51 | C |
| Octal | 40 | 71 | 6 | 54 | 0 | 131 | 116 | 131 | 121 | 14 |
| Binary | 100000 | 111001 | 110 | 101100 | 0 | 1011001 | 1001110 | 1011001 | 1010001 | 1100 |
Color Harmonies of #203906
Complementary color
Monochromatic Colors of #203906
Black with #203906
Text Example
Text Example
White with #203906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203906; }
p { color: rgb(32,57,6); }
H1.HeaderClassName
{
color: #203906;
}
.AnyTagClassName
{
color: #203906;
}
</style>
background-color css
<style>
a { background-color: #203906; }
a { background-color: rgb(32,57,6); }
div.DivClassName
{
background-color: #203906;
}
.BgClassName
{
background-color: #203906;
}
</style>
border-color css
<style>
span { border-color: #203906; }
span { border-color: rgb(32,57,6); }
td.TdClassName
{
border-color: #203906;
}
.TagClassName
{
border-color: #203906;
}
</style>