Shades of Pine Tree #202D12
Tints of Pine Tree #202D12
RGB
CMYK
RGB Variations
Color information
#202D12 (or 0x202D12) is known color: Pine Tree. HEX triplet: 20, 2D and 12. RGB value is (32,45,18). Sum of RGB (Red+Green+Blue) = 32+45+18=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #202D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202D12 is #DFD2ED. Grayscale: #262626. Windows color (decimal): -14668526 or 1191200. OLE color: 1191200.
HSL color Cylindrical-coordinate representation of color #202D12: hue angle of 88.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202D12 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 45 | 18 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.82 |
| HSL | 88.89º | 0.43% | 0.12% | - |
| HSV(B) | 88.89º | 0.6% | 0.18% | - |
| XYZ | 1.64 | 2.23 | 0.92 | - |
| YUV | 38.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 18 | 0.29 | 0 | 0.6 | 0.82 | 88.89 | 0.43 | 0.12 |
| Hex | 20 | 2D | 12 | 1D | 0 | 3C | 52 | 59 | 2B | C |
| Octal | 40 | 55 | 22 | 35 | 0 | 74 | 122 | 131 | 53 | 14 |
| Binary | 100000 | 101101 | 10010 | 11101 | 0 | 111100 | 1010010 | 1011001 | 101011 | 1100 |
Color Harmonies of #202D12
Complementary color
Monochromatic Colors of #202D12
Black with #202D12
Text Example
Text Example
White with #202D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D12; }
p { color: rgb(32,45,18); }
H1.HeaderClassName
{
color: #202D12;
}
.AnyTagClassName
{
color: #202D12;
}
</style>
background-color css
<style>
a { background-color: #202D12; }
a { background-color: rgb(32,45,18); }
div.DivClassName
{
background-color: #202D12;
}
.BgClassName
{
background-color: #202D12;
}
</style>
border-color css
<style>
span { border-color: #202D12; }
span { border-color: rgb(32,45,18); }
td.TdClassName
{
border-color: #202D12;
}
.TagClassName
{
border-color: #202D12;
}
</style>