Shades of Pine Tree #20231B
Tints of Pine Tree #20231B
RGB
CMYK
RGB Variations
Color information
#20231B (or 0x20231B) is known color: Pine Tree. HEX triplet: 20, 23 and 1B. RGB value is (32,35,27). Sum of RGB (Red+Green+Blue) = 32+35+27=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #20231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20231B is #DFDCE4. Grayscale: #212121. Windows color (decimal): -14671077 or 1778464. OLE color: 1778464.
HSL color Cylindrical-coordinate representation of color #20231B: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #20231B is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 27 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.86 |
| HSL | 82.5º | 0.13% | 0.12% | - |
| HSV(B) | 82.5º | 0.23% | 0.14% | - |
| XYZ | 1.39 | 1.59 | 1.27 | - |
| YUV | 33.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 27 | 0.09 | 0 | 0.23 | 0.86 | 82.5 | 0.13 | 0.12 |
| Hex | 20 | 23 | 1B | 9 | 0 | 17 | 56 | 52 | D | C |
| Octal | 40 | 43 | 33 | 11 | 0 | 27 | 126 | 122 | 15 | 14 |
| Binary | 100000 | 100011 | 11011 | 1001 | 0 | 10111 | 1010110 | 1010010 | 1101 | 1100 |
Color Harmonies of #20231B
Complementary color
Monochromatic Colors of #20231B
Black with #20231B
Text Example
Text Example
White with #20231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20231B; }
p { color: rgb(32,35,27); }
H1.HeaderClassName
{
color: #20231B;
}
.AnyTagClassName
{
color: #20231B;
}
</style>
background-color css
<style>
a { background-color: #20231B; }
a { background-color: rgb(32,35,27); }
div.DivClassName
{
background-color: #20231B;
}
.BgClassName
{
background-color: #20231B;
}
</style>
border-color css
<style>
span { border-color: #20231B; }
span { border-color: rgb(32,35,27); }
td.TdClassName
{
border-color: #20231B;
}
.TagClassName
{
border-color: #20231B;
}
</style>