Shades of Pine Tree #20241D
Tints of Pine Tree #20241D
RGB
CMYK
RGB Variations
Color information
#20241D (or 0x20241D) is known color: Pine Tree. HEX triplet: 20, 24 and 1D. RGB value is (32,36,29). Sum of RGB (Red+Green+Blue) = 32+36+29=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 36 - color contains mainly: green. Hex color #20241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20241D is #DFDBE2. Grayscale: #222222. Windows color (decimal): -14670819 or 1909792. OLE color: 1909792.
HSL color Cylindrical-coordinate representation of color #20241D: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #20241D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 29 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.86 |
| HSL | 94.29º | 0.11% | 0.13% | - |
| HSV(B) | 94.29º | 0.19% | 0.14% | - |
| XYZ | 1.45 | 1.66 | 1.41 | - |
| YUV | 34.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 29 | 0.11 | 0 | 0.19 | 0.86 | 94.29 | 0.11 | 0.13 |
| Hex | 20 | 24 | 1D | B | 0 | 13 | 56 | 5E | B | D |
| Octal | 40 | 44 | 35 | 13 | 0 | 23 | 126 | 136 | 13 | 15 |
| Binary | 100000 | 100100 | 11101 | 1011 | 0 | 10011 | 1010110 | 1011110 | 1011 | 1101 |
Color Harmonies of #20241D
Complementary color
Monochromatic Colors of #20241D
Black with #20241D
Text Example
Text Example
White with #20241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20241D; }
p { color: rgb(32,36,29); }
H1.HeaderClassName
{
color: #20241D;
}
.AnyTagClassName
{
color: #20241D;
}
</style>
background-color css
<style>
a { background-color: #20241D; }
a { background-color: rgb(32,36,29); }
div.DivClassName
{
background-color: #20241D;
}
.BgClassName
{
background-color: #20241D;
}
</style>
border-color css
<style>
span { border-color: #20241D; }
span { border-color: rgb(32,36,29); }
td.TdClassName
{
border-color: #20241D;
}
.TagClassName
{
border-color: #20241D;
}
</style>