Shades of Pine Tree #202E15
Tints of Pine Tree #202E15
RGB
CMYK
RGB Variations
Color information
#202E15 (or 0x202E15) is known color: Pine Tree. HEX triplet: 20, 2E and 15. RGB value is (32,46,21). Sum of RGB (Red+Green+Blue) = 32+46+21=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #202E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202E15 is #DFD1EA. Grayscale: #272727. Windows color (decimal): -14668267 or 1388064. OLE color: 1388064.
HSL color Cylindrical-coordinate representation of color #202E15: hue angle of 93.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #202E15 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 21 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.82 |
| HSL | 93.6º | 0.37% | 0.13% | - |
| HSV(B) | 93.6º | 0.54% | 0.18% | - |
| XYZ | 1.71 | 2.32 | 1.07 | - |
| YUV | 38.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 21 | 0.30 | 0 | 0.54 | 0.82 | 93.6 | 0.37 | 0.13 |
| Hex | 20 | 2E | 15 | 1E | 0 | 36 | 52 | 5E | 25 | D |
| Octal | 40 | 56 | 25 | 36 | 0 | 66 | 122 | 136 | 45 | 15 |
| Binary | 100000 | 101110 | 10101 | 11110 | 0 | 110110 | 1010010 | 1011110 | 100101 | 1101 |
Color Harmonies of #202E15
Complementary color
Monochromatic Colors of #202E15
Black with #202E15
Text Example
Text Example
White with #202E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E15; }
p { color: rgb(32,46,21); }
H1.HeaderClassName
{
color: #202E15;
}
.AnyTagClassName
{
color: #202E15;
}
</style>
background-color css
<style>
a { background-color: #202E15; }
a { background-color: rgb(32,46,21); }
div.DivClassName
{
background-color: #202E15;
}
.BgClassName
{
background-color: #202E15;
}
</style>
border-color css
<style>
span { border-color: #202E15; }
span { border-color: rgb(32,46,21); }
td.TdClassName
{
border-color: #202E15;
}
.TagClassName
{
border-color: #202E15;
}
</style>