Shades of Pine Tree #202D15
Tints of Pine Tree #202D15
RGB
CMYK
RGB Variations
Color information
#202D15 (or 0x202D15) is known color: Pine Tree. HEX triplet: 20, 2D and 15. RGB value is (32,45,21). Sum of RGB (Red+Green+Blue) = 32+45+21=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #202D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202D15 is #DFD2EA. Grayscale: #262626. Windows color (decimal): -14668523 or 1387808. OLE color: 1387808.
HSL color Cylindrical-coordinate representation of color #202D15: hue angle of 92.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #202D15 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 45 | 21 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.82 |
| HSL | 92.5º | 0.36% | 0.13% | - |
| HSV(B) | 92.5º | 0.53% | 0.18% | - |
| XYZ | 1.67 | 2.24 | 1.05 | - |
| YUV | 38.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 21 | 0.29 | 0 | 0.53 | 0.82 | 92.5 | 0.36 | 0.13 |
| Hex | 20 | 2D | 15 | 1D | 0 | 35 | 52 | 5C | 24 | D |
| Octal | 40 | 55 | 25 | 35 | 0 | 65 | 122 | 134 | 44 | 15 |
| Binary | 100000 | 101101 | 10101 | 11101 | 0 | 110101 | 1010010 | 1011100 | 100100 | 1101 |
Color Harmonies of #202D15
Complementary color
Monochromatic Colors of #202D15
Black with #202D15
Text Example
Text Example
White with #202D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D15; }
p { color: rgb(32,45,21); }
H1.HeaderClassName
{
color: #202D15;
}
.AnyTagClassName
{
color: #202D15;
}
</style>
background-color css
<style>
a { background-color: #202D15; }
a { background-color: rgb(32,45,21); }
div.DivClassName
{
background-color: #202D15;
}
.BgClassName
{
background-color: #202D15;
}
</style>
border-color css
<style>
span { border-color: #202D15; }
span { border-color: rgb(32,45,21); }
td.TdClassName
{
border-color: #202D15;
}
.TagClassName
{
border-color: #202D15;
}
</style>