Shades of Pine Tree #20241B
Tints of Pine Tree #20241B
RGB
CMYK
RGB Variations
Color information
#20241B (or 0x20241B) is known color: Pine Tree. HEX triplet: 20, 24 and 1B. RGB value is (32,36,27). Sum of RGB (Red+Green+Blue) = 32+36+27=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #20241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20241B is #DFDBE4. Grayscale: #212121. Windows color (decimal): -14670821 or 1778720. OLE color: 1778720.
HSL color Cylindrical-coordinate representation of color #20241B: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #20241B is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 27 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.86 |
| HSL | 86.67º | 0.14% | 0.12% | - |
| HSV(B) | 86.67º | 0.25% | 0.14% | - |
| XYZ | 1.42 | 1.65 | 1.28 | - |
| YUV | 33.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 27 | 0.11 | 0 | 0.25 | 0.86 | 86.67 | 0.14 | 0.12 |
| Hex | 20 | 24 | 1B | B | 0 | 19 | 56 | 57 | E | C |
| Octal | 40 | 44 | 33 | 13 | 0 | 31 | 126 | 127 | 16 | 14 |
| Binary | 100000 | 100100 | 11011 | 1011 | 0 | 11001 | 1010110 | 1010111 | 1110 | 1100 |
Color Harmonies of #20241B
Complementary color
Monochromatic Colors of #20241B
Black with #20241B
Text Example
Text Example
White with #20241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20241B; }
p { color: rgb(32,36,27); }
H1.HeaderClassName
{
color: #20241B;
}
.AnyTagClassName
{
color: #20241B;
}
</style>
background-color css
<style>
a { background-color: #20241B; }
a { background-color: rgb(32,36,27); }
div.DivClassName
{
background-color: #20241B;
}
.BgClassName
{
background-color: #20241B;
}
</style>
border-color css
<style>
span { border-color: #20241B; }
span { border-color: rgb(32,36,27); }
td.TdClassName
{
border-color: #20241B;
}
.TagClassName
{
border-color: #20241B;
}
</style>