Shades of Pine Tree #203802
Tints of Pine Tree #203802
RGB
CMYK
RGB Variations
Color information
#203802 (or 0x203802) is known color: Pine Tree. HEX triplet: 20, 38 and 02. RGB value is (32,56,2). Sum of RGB (Red+Green+Blue) = 32+56+2=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #203802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203802 is #DFC7FD. Grayscale: #2A2A2A. Windows color (decimal): -14665726 or 145440. OLE color: 145440.
HSL color Cylindrical-coordinate representation of color #203802: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #203802 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 2 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.78 |
| HSL | 86.67º | 0.93% | 0.11% | - |
| HSV(B) | 86.67º | 0.96% | 0.22% | - |
| XYZ | 2.02 | 3.14 | 0.56 | - |
| YUV | 42.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 2 | 0.43 | 0 | 0.96 | 0.78 | 86.67 | 0.93 | 0.11 |
| Hex | 20 | 38 | 2 | 2B | 0 | 60 | 4E | 57 | 5D | B |
| Octal | 40 | 70 | 2 | 53 | 0 | 140 | 116 | 127 | 135 | 13 |
| Binary | 100000 | 111000 | 10 | 101011 | 0 | 1100000 | 1001110 | 1010111 | 1011101 | 1011 |
Color Harmonies of #203802
Complementary color
Monochromatic Colors of #203802
Black with #203802
Text Example
Text Example
White with #203802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203802; }
p { color: rgb(32,56,2); }
H1.HeaderClassName
{
color: #203802;
}
.AnyTagClassName
{
color: #203802;
}
</style>
background-color css
<style>
a { background-color: #203802; }
a { background-color: rgb(32,56,2); }
div.DivClassName
{
background-color: #203802;
}
.BgClassName
{
background-color: #203802;
}
</style>
border-color css
<style>
span { border-color: #203802; }
span { border-color: rgb(32,56,2); }
td.TdClassName
{
border-color: #203802;
}
.TagClassName
{
border-color: #203802;
}
</style>