Shades of Pine Tree #202F12
Tints of Pine Tree #202F12
RGB
CMYK
RGB Variations
Color information
#202F12 (or 0x202F12) is known color: Pine Tree. HEX triplet: 20, 2F and 12. RGB value is (32,47,18). Sum of RGB (Red+Green+Blue) = 32+47+18=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #202F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202F12 is #DFD0ED. Grayscale: #272727. Windows color (decimal): -14668014 or 1191712. OLE color: 1191712.
HSL color Cylindrical-coordinate representation of color #202F12: hue angle of 91.03º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202F12 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 18 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.82 |
| HSL | 91.03º | 0.45% | 0.13% | - |
| HSV(B) | 91.03º | 0.62% | 0.18% | - |
| XYZ | 1.72 | 2.38 | 0.94 | - |
| YUV | 39.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 18 | 0.32 | 0 | 0.62 | 0.82 | 91.03 | 0.45 | 0.13 |
| Hex | 20 | 2F | 12 | 20 | 0 | 3E | 52 | 5B | 2D | D |
| Octal | 40 | 57 | 22 | 40 | 0 | 76 | 122 | 133 | 55 | 15 |
| Binary | 100000 | 101111 | 10010 | 100000 | 0 | 111110 | 1010010 | 1011011 | 101101 | 1101 |
Color Harmonies of #202F12
Complementary color
Monochromatic Colors of #202F12
Black with #202F12
Text Example
Text Example
White with #202F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F12; }
p { color: rgb(32,47,18); }
H1.HeaderClassName
{
color: #202F12;
}
.AnyTagClassName
{
color: #202F12;
}
</style>
background-color css
<style>
a { background-color: #202F12; }
a { background-color: rgb(32,47,18); }
div.DivClassName
{
background-color: #202F12;
}
.BgClassName
{
background-color: #202F12;
}
</style>
border-color css
<style>
span { border-color: #202F12; }
span { border-color: rgb(32,47,18); }
td.TdClassName
{
border-color: #202F12;
}
.TagClassName
{
border-color: #202F12;
}
</style>