Shades of Pine Tree #202A12
Tints of Pine Tree #202A12
RGB
CMYK
RGB Variations
Color information
#202A12 (or 0x202A12) is known color: Pine Tree. HEX triplet: 20, 2A and 12. RGB value is (32,42,18). Sum of RGB (Red+Green+Blue) = 32+42+18=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 42 - color contains mainly: green. Hex color #202A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A12 is #DFD5ED. Grayscale: #242424. Windows color (decimal): -14669294 or 1190432. OLE color: 1190432.
HSL color Cylindrical-coordinate representation of color #202A12: hue angle of 85º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #202A12 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 42 | 18 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.84 |
| HSL | 85º | 0.4% | 0.12% | - |
| HSV(B) | 85º | 0.57% | 0.16% | - |
| XYZ | 1.53 | 2.01 | 0.88 | - |
| YUV | 36.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 18 | 0.24 | 0 | 0.57 | 0.84 | 85 | 0.4 | 0.12 |
| Hex | 20 | 2A | 12 | 18 | 0 | 39 | 54 | 55 | 28 | C |
| Octal | 40 | 52 | 22 | 30 | 0 | 71 | 124 | 125 | 50 | 14 |
| Binary | 100000 | 101010 | 10010 | 11000 | 0 | 111001 | 1010100 | 1010101 | 101000 | 1100 |
Color Harmonies of #202A12
Complementary color
Monochromatic Colors of #202A12
Black with #202A12
Text Example
Text Example
White with #202A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A12; }
p { color: rgb(32,42,18); }
H1.HeaderClassName
{
color: #202A12;
}
.AnyTagClassName
{
color: #202A12;
}
</style>
background-color css
<style>
a { background-color: #202A12; }
a { background-color: rgb(32,42,18); }
div.DivClassName
{
background-color: #202A12;
}
.BgClassName
{
background-color: #202A12;
}
</style>
border-color css
<style>
span { border-color: #202A12; }
span { border-color: rgb(32,42,18); }
td.TdClassName
{
border-color: #202A12;
}
.TagClassName
{
border-color: #202A12;
}
</style>