Shades of Pine Tree #20370F
Tints of Pine Tree #20370F
RGB
CMYK
RGB Variations
Color information
#20370F (or 0x20370F) is known color: Pine Tree. HEX triplet: 20, 37 and 0F. RGB value is (32,55,15). Sum of RGB (Red+Green+Blue) = 32+55+15=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #20370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20370F is #DFC8F0. Grayscale: #2B2B2B. Windows color (decimal): -14665969 or 997152. OLE color: 997152.
HSL color Cylindrical-coordinate representation of color #20370F: hue angle of 94.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20370F is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 55 | 15 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.78 |
| HSL | 94.5º | 0.57% | 0.14% | - |
| HSV(B) | 94.5º | 0.73% | 0.22% | - |
| XYZ | 2.05 | 3.07 | 0.94 | - |
| YUV | 43.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 15 | 0.42 | 0 | 0.73 | 0.78 | 94.5 | 0.57 | 0.14 |
| Hex | 20 | 37 | F | 2A | 0 | 49 | 4E | 5E | 39 | E |
| Octal | 40 | 67 | 17 | 52 | 0 | 111 | 116 | 136 | 71 | 16 |
| Binary | 100000 | 110111 | 1111 | 101010 | 0 | 1001001 | 1001110 | 1011110 | 111001 | 1110 |
Color Harmonies of #20370F
Complementary color
Monochromatic Colors of #20370F
Black with #20370F
Text Example
Text Example
White with #20370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20370F; }
p { color: rgb(32,55,15); }
H1.HeaderClassName
{
color: #20370F;
}
.AnyTagClassName
{
color: #20370F;
}
</style>
background-color css
<style>
a { background-color: #20370F; }
a { background-color: rgb(32,55,15); }
div.DivClassName
{
background-color: #20370F;
}
.BgClassName
{
background-color: #20370F;
}
</style>
border-color css
<style>
span { border-color: #20370F; }
span { border-color: rgb(32,55,15); }
td.TdClassName
{
border-color: #20370F;
}
.TagClassName
{
border-color: #20370F;
}
</style>