Shades of Pine Tree #202A0D
Tints of Pine Tree #202A0D
RGB
CMYK
RGB Variations
Color information
#202A0D (or 0x202A0D) is known color: Pine Tree. HEX triplet: 20, 2A and 0D. RGB value is (32,42,13). Sum of RGB (Red+Green+Blue) = 32+42+13=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #202A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A0D is #DFD5F2. Grayscale: #232323. Windows color (decimal): -14669299 or 862752. OLE color: 862752.
HSL color Cylindrical-coordinate representation of color #202A0D: hue angle of 80.69º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202A0D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 42 | 13 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.84 |
| HSL | 80.69º | 0.53% | 0.11% | - |
| HSV(B) | 80.69º | 0.69% | 0.16% | - |
| XYZ | 1.5 | 1.99 | 0.69 | - |
| YUV | 35.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 13 | 0.24 | 0 | 0.69 | 0.84 | 80.69 | 0.53 | 0.11 |
| Hex | 20 | 2A | D | 18 | 0 | 45 | 54 | 51 | 35 | B |
| Octal | 40 | 52 | 15 | 30 | 0 | 105 | 124 | 121 | 65 | 13 |
| Binary | 100000 | 101010 | 1101 | 11000 | 0 | 1000101 | 1010100 | 1010001 | 110101 | 1011 |
Color Harmonies of #202A0D
Complementary color
Monochromatic Colors of #202A0D
Black with #202A0D
Text Example
Text Example
White with #202A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A0D; }
p { color: rgb(32,42,13); }
H1.HeaderClassName
{
color: #202A0D;
}
.AnyTagClassName
{
color: #202A0D;
}
</style>
background-color css
<style>
a { background-color: #202A0D; }
a { background-color: rgb(32,42,13); }
div.DivClassName
{
background-color: #202A0D;
}
.BgClassName
{
background-color: #202A0D;
}
</style>
border-color css
<style>
span { border-color: #202A0D; }
span { border-color: rgb(32,42,13); }
td.TdClassName
{
border-color: #202A0D;
}
.TagClassName
{
border-color: #202A0D;
}
</style>