Shades of Pine Tree #20310C
Tints of Pine Tree #20310C
RGB
CMYK
RGB Variations
Color information
#20310C (or 0x20310C) is known color: Pine Tree. HEX triplet: 20, 31 and 0C. RGB value is (32,49,12). Sum of RGB (Red+Green+Blue) = 32+49+12=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #20310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20310C is #DFCEF3. Grayscale: #272727. Windows color (decimal): -14667508 or 799008. OLE color: 799008.
HSL color Cylindrical-coordinate representation of color #20310C: hue angle of 87.57º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20310C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 12 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.81 |
| HSL | 87.57º | 0.61% | 0.12% | - |
| HSV(B) | 87.57º | 0.76% | 0.19% | - |
| XYZ | 1.76 | 2.53 | 0.74 | - |
| YUV | 39.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 12 | 0.35 | 0 | 0.76 | 0.81 | 87.57 | 0.61 | 0.12 |
| Hex | 20 | 31 | C | 23 | 0 | 4C | 51 | 58 | 3D | C |
| Octal | 40 | 61 | 14 | 43 | 0 | 114 | 121 | 130 | 75 | 14 |
| Binary | 100000 | 110001 | 1100 | 100011 | 0 | 1001100 | 1010001 | 1011000 | 111101 | 1100 |
Color Harmonies of #20310C
Complementary color
Monochromatic Colors of #20310C
Black with #20310C
Text Example
Text Example
White with #20310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20310C; }
p { color: rgb(32,49,12); }
H1.HeaderClassName
{
color: #20310C;
}
.AnyTagClassName
{
color: #20310C;
}
</style>
background-color css
<style>
a { background-color: #20310C; }
a { background-color: rgb(32,49,12); }
div.DivClassName
{
background-color: #20310C;
}
.BgClassName
{
background-color: #20310C;
}
</style>
border-color css
<style>
span { border-color: #20310C; }
span { border-color: rgb(32,49,12); }
td.TdClassName
{
border-color: #20310C;
}
.TagClassName
{
border-color: #20310C;
}
</style>