Shades of Pine Tree #202A13
Tints of Pine Tree #202A13
RGB
CMYK
RGB Variations
Color information
#202A13 (or 0x202A13) is known color: Pine Tree. HEX triplet: 20, 2A and 13. RGB value is (32,42,19). Sum of RGB (Red+Green+Blue) = 32+42+19=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #202A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A13 is #DFD5EC. Grayscale: #242424. Windows color (decimal): -14669293 or 1255968. OLE color: 1255968.
HSL color Cylindrical-coordinate representation of color #202A13: hue angle of 86.09º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #202A13 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 42 | 19 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.84 |
| HSL | 86.09º | 0.38% | 0.12% | - |
| HSV(B) | 86.09º | 0.55% | 0.16% | - |
| XYZ | 1.54 | 2.01 | 0.92 | - |
| YUV | 36.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 19 | 0.24 | 0 | 0.55 | 0.84 | 86.09 | 0.38 | 0.12 |
| Hex | 20 | 2A | 13 | 18 | 0 | 37 | 54 | 56 | 26 | C |
| Octal | 40 | 52 | 23 | 30 | 0 | 67 | 124 | 126 | 46 | 14 |
| Binary | 100000 | 101010 | 10011 | 11000 | 0 | 110111 | 1010100 | 1010110 | 100110 | 1100 |
Color Harmonies of #202A13
Complementary color
Monochromatic Colors of #202A13
Black with #202A13
Text Example
Text Example
White with #202A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A13; }
p { color: rgb(32,42,19); }
H1.HeaderClassName
{
color: #202A13;
}
.AnyTagClassName
{
color: #202A13;
}
</style>
background-color css
<style>
a { background-color: #202A13; }
a { background-color: rgb(32,42,19); }
div.DivClassName
{
background-color: #202A13;
}
.BgClassName
{
background-color: #202A13;
}
</style>
border-color css
<style>
span { border-color: #202A13; }
span { border-color: rgb(32,42,19); }
td.TdClassName
{
border-color: #202A13;
}
.TagClassName
{
border-color: #202A13;
}
</style>