Shades of Pine Tree #20310B
Tints of Pine Tree #20310B
RGB
CMYK
RGB Variations
Color information
#20310B (or 0x20310B) is known color: Pine Tree. HEX triplet: 20, 31 and 0B. RGB value is (32,49,11). Sum of RGB (Red+Green+Blue) = 32+49+11=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #20310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20310B is #DFCEF4. Grayscale: #272727. Windows color (decimal): -14667509 or 733472. OLE color: 733472.
HSL color Cylindrical-coordinate representation of color #20310B: hue angle of 86.84º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20310B is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 11 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.81 |
| HSL | 86.84º | 0.63% | 0.12% | - |
| HSV(B) | 86.84º | 0.78% | 0.19% | - |
| XYZ | 1.75 | 2.53 | 0.71 | - |
| YUV | 39.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 11 | 0.35 | 0 | 0.78 | 0.81 | 86.84 | 0.63 | 0.12 |
| Hex | 20 | 31 | B | 23 | 0 | 4E | 51 | 57 | 3F | C |
| Octal | 40 | 61 | 13 | 43 | 0 | 116 | 121 | 127 | 77 | 14 |
| Binary | 100000 | 110001 | 1011 | 100011 | 0 | 1001110 | 1010001 | 1010111 | 111111 | 1100 |
Color Harmonies of #20310B
Complementary color
Monochromatic Colors of #20310B
Black with #20310B
Text Example
Text Example
White with #20310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20310B; }
p { color: rgb(32,49,11); }
H1.HeaderClassName
{
color: #20310B;
}
.AnyTagClassName
{
color: #20310B;
}
</style>
background-color css
<style>
a { background-color: #20310B; }
a { background-color: rgb(32,49,11); }
div.DivClassName
{
background-color: #20310B;
}
.BgClassName
{
background-color: #20310B;
}
</style>
border-color css
<style>
span { border-color: #20310B; }
span { border-color: rgb(32,49,11); }
td.TdClassName
{
border-color: #20310B;
}
.TagClassName
{
border-color: #20310B;
}
</style>