Shades of Pine Tree #202C06
Tints of Pine Tree #202C06
RGB
CMYK
RGB Variations
Color information
#202C06 (or 0x202C06) is known color: Pine Tree. HEX triplet: 20, 2C and 06. RGB value is (32,44,6). Sum of RGB (Red+Green+Blue) = 32+44+6=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #202C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202C06 is #DFD3F9. Grayscale: #242424. Windows color (decimal): -14668794 or 404512. OLE color: 404512.
HSL color Cylindrical-coordinate representation of color #202C06: hue angle of 78.95º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202C06 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 44 | 6 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.83 |
| HSL | 78.95º | 0.76% | 0.1% | - |
| HSV(B) | 78.95º | 0.86% | 0.17% | - |
| XYZ | 1.53 | 2.12 | 0.5 | - |
| YUV | 36.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 6 | 0.27 | 0 | 0.86 | 0.83 | 78.95 | 0.76 | 0.1 |
| Hex | 20 | 2C | 6 | 1B | 0 | 56 | 53 | 4F | 4C | A |
| Octal | 40 | 54 | 6 | 33 | 0 | 126 | 123 | 117 | 114 | 12 |
| Binary | 100000 | 101100 | 110 | 11011 | 0 | 1010110 | 1010011 | 1001111 | 1001100 | 1010 |
Color Harmonies of #202C06
Complementary color
Monochromatic Colors of #202C06
Black with #202C06
Text Example
Text Example
White with #202C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C06; }
p { color: rgb(32,44,6); }
H1.HeaderClassName
{
color: #202C06;
}
.AnyTagClassName
{
color: #202C06;
}
</style>
background-color css
<style>
a { background-color: #202C06; }
a { background-color: rgb(32,44,6); }
div.DivClassName
{
background-color: #202C06;
}
.BgClassName
{
background-color: #202C06;
}
</style>
border-color css
<style>
span { border-color: #202C06; }
span { border-color: rgb(32,44,6); }
td.TdClassName
{
border-color: #202C06;
}
.TagClassName
{
border-color: #202C06;
}
</style>