Shades of Pine Tree #203807
Tints of Pine Tree #203807
RGB
CMYK
RGB Variations
Color information
#203807 (or 0x203807) is known color: Pine Tree. HEX triplet: 20, 38 and 07. RGB value is (32,56,7). Sum of RGB (Red+Green+Blue) = 32+56+7=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #203807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203807 is #DFC7F8. Grayscale: #2B2B2B. Windows color (decimal): -14665721 or 473120. OLE color: 473120.
HSL color Cylindrical-coordinate representation of color #203807: hue angle of 89.39º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #203807 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 7 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.78 |
| HSL | 89.39º | 0.78% | 0.12% | - |
| HSV(B) | 89.39º | 0.88% | 0.22% | - |
| XYZ | 2.05 | 3.15 | 0.7 | - |
| YUV | 43.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 7 | 0.43 | 0 | 0.88 | 0.78 | 89.39 | 0.78 | 0.12 |
| Hex | 20 | 38 | 7 | 2B | 0 | 58 | 4E | 59 | 4E | C |
| Octal | 40 | 70 | 7 | 53 | 0 | 130 | 116 | 131 | 116 | 14 |
| Binary | 100000 | 111000 | 111 | 101011 | 0 | 1011000 | 1001110 | 1011001 | 1001110 | 1100 |
Color Harmonies of #203807
Complementary color
Monochromatic Colors of #203807
Black with #203807
Text Example
Text Example
White with #203807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203807; }
p { color: rgb(32,56,7); }
H1.HeaderClassName
{
color: #203807;
}
.AnyTagClassName
{
color: #203807;
}
</style>
background-color css
<style>
a { background-color: #203807; }
a { background-color: rgb(32,56,7); }
div.DivClassName
{
background-color: #203807;
}
.BgClassName
{
background-color: #203807;
}
</style>
border-color css
<style>
span { border-color: #203807; }
span { border-color: rgb(32,56,7); }
td.TdClassName
{
border-color: #203807;
}
.TagClassName
{
border-color: #203807;
}
</style>