Shades of Pine Tree #203A02
Tints of Pine Tree #203A02
RGB
CMYK
RGB Variations
Color information
#203A02 (or 0x203A02) is known color: Pine Tree. HEX triplet: 20, 3A and 02. RGB value is (32,58,2). Sum of RGB (Red+Green+Blue) = 32+58+2=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #203A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203A02 is #DFC5FD. Grayscale: #2C2C2C. Windows color (decimal): -14665214 or 145952. OLE color: 145952.
HSL color Cylindrical-coordinate representation of color #203A02: hue angle of 87.86º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #203A02 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 2 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.77 |
| HSL | 87.86º | 0.93% | 0.12% | - |
| HSV(B) | 87.86º | 0.97% | 0.23% | - |
| XYZ | 2.12 | 3.34 | 0.59 | - |
| YUV | 43.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 2 | 0.45 | 0 | 0.97 | 0.77 | 87.86 | 0.93 | 0.12 |
| Hex | 20 | 3A | 2 | 2D | 0 | 61 | 4D | 58 | 5D | C |
| Octal | 40 | 72 | 2 | 55 | 0 | 141 | 115 | 130 | 135 | 14 |
| Binary | 100000 | 111010 | 10 | 101101 | 0 | 1100001 | 1001101 | 1011000 | 1011101 | 1100 |
Color Harmonies of #203A02
Complementary color
Monochromatic Colors of #203A02
Black with #203A02
Text Example
Text Example
White with #203A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A02; }
p { color: rgb(32,58,2); }
H1.HeaderClassName
{
color: #203A02;
}
.AnyTagClassName
{
color: #203A02;
}
</style>
background-color css
<style>
a { background-color: #203A02; }
a { background-color: rgb(32,58,2); }
div.DivClassName
{
background-color: #203A02;
}
.BgClassName
{
background-color: #203A02;
}
</style>
border-color css
<style>
span { border-color: #203A02; }
span { border-color: rgb(32,58,2); }
td.TdClassName
{
border-color: #203A02;
}
.TagClassName
{
border-color: #203A02;
}
</style>