Shades of Pine Tree #203109
Tints of Pine Tree #203109
RGB
CMYK
RGB Variations
Color information
#203109 (or 0x203109) is known color: Pine Tree. HEX triplet: 20, 31 and 09. RGB value is (32,49,9). Sum of RGB (Red+Green+Blue) = 32+49+9=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #203109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203109 is #DFCEF6. Grayscale: #272727. Windows color (decimal): -14667511 or 602400. OLE color: 602400.
HSL color Cylindrical-coordinate representation of color #203109: hue angle of 85.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203109 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 9 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.81 |
| HSL | 85.5º | 0.69% | 0.11% | - |
| HSV(B) | 85.5º | 0.82% | 0.19% | - |
| XYZ | 1.74 | 2.52 | 0.65 | - |
| YUV | 39.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 9 | 0.35 | 0 | 0.82 | 0.81 | 85.5 | 0.69 | 0.11 |
| Hex | 20 | 31 | 9 | 23 | 0 | 52 | 51 | 56 | 45 | B |
| Octal | 40 | 61 | 11 | 43 | 0 | 122 | 121 | 126 | 105 | 13 |
| Binary | 100000 | 110001 | 1001 | 100011 | 0 | 1010010 | 1010001 | 1010110 | 1000101 | 1011 |
Color Harmonies of #203109
Complementary color
Monochromatic Colors of #203109
Black with #203109
Text Example
Text Example
White with #203109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203109; }
p { color: rgb(32,49,9); }
H1.HeaderClassName
{
color: #203109;
}
.AnyTagClassName
{
color: #203109;
}
</style>
background-color css
<style>
a { background-color: #203109; }
a { background-color: rgb(32,49,9); }
div.DivClassName
{
background-color: #203109;
}
.BgClassName
{
background-color: #203109;
}
</style>
border-color css
<style>
span { border-color: #203109; }
span { border-color: rgb(32,49,9); }
td.TdClassName
{
border-color: #203109;
}
.TagClassName
{
border-color: #203109;
}
</style>