Shades of Pine Tree #203113
Tints of Pine Tree #203113
RGB
CMYK
RGB Variations
Color information
#203113 (or 0x203113) is known color: Pine Tree. HEX triplet: 20, 31 and 13. RGB value is (32,49,19). Sum of RGB (Red+Green+Blue) = 32+49+19=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #203113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203113 is #DFCEEC. Grayscale: #282828. Windows color (decimal): -14667501 or 1257760. OLE color: 1257760.
HSL color Cylindrical-coordinate representation of color #203113: hue angle of 94º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203113 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 19 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.81 |
| HSL | 94º | 0.44% | 0.13% | - |
| HSV(B) | 94º | 0.61% | 0.19% | - |
| XYZ | 1.81 | 2.55 | 1.01 | - |
| YUV | 40.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 19 | 0.35 | 0 | 0.61 | 0.81 | 94 | 0.44 | 0.13 |
| Hex | 20 | 31 | 13 | 23 | 0 | 3D | 51 | 5E | 2C | D |
| Octal | 40 | 61 | 23 | 43 | 0 | 75 | 121 | 136 | 54 | 15 |
| Binary | 100000 | 110001 | 10011 | 100011 | 0 | 111101 | 1010001 | 1011110 | 101100 | 1101 |
Color Harmonies of #203113
Complementary color
Monochromatic Colors of #203113
Black with #203113
Text Example
Text Example
White with #203113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203113; }
p { color: rgb(32,49,19); }
H1.HeaderClassName
{
color: #203113;
}
.AnyTagClassName
{
color: #203113;
}
</style>
background-color css
<style>
a { background-color: #203113; }
a { background-color: rgb(32,49,19); }
div.DivClassName
{
background-color: #203113;
}
.BgClassName
{
background-color: #203113;
}
</style>
border-color css
<style>
span { border-color: #203113; }
span { border-color: rgb(32,49,19); }
td.TdClassName
{
border-color: #203113;
}
.TagClassName
{
border-color: #203113;
}
</style>