Shades of Pine Tree #203A08
Tints of Pine Tree #203A08
RGB
CMYK
RGB Variations
Color information
#203A08 (or 0x203A08) is known color: Pine Tree. HEX triplet: 20, 3A and 08. RGB value is (32,58,8). Sum of RGB (Red+Green+Blue) = 32+58+8=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #203A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203A08 is #DFC5F7. Grayscale: #2C2C2C. Windows color (decimal): -14665208 or 539168. OLE color: 539168.
HSL color Cylindrical-coordinate representation of color #203A08: hue angle of 91.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203A08 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 8 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.77 |
| HSL | 91.2º | 0.76% | 0.13% | - |
| HSV(B) | 91.2º | 0.86% | 0.23% | - |
| XYZ | 2.15 | 3.35 | 0.76 | - |
| YUV | 44.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 8 | 0.45 | 0 | 0.86 | 0.77 | 91.2 | 0.76 | 0.13 |
| Hex | 20 | 3A | 8 | 2D | 0 | 56 | 4D | 5B | 4C | D |
| Octal | 40 | 72 | 10 | 55 | 0 | 126 | 115 | 133 | 114 | 15 |
| Binary | 100000 | 111010 | 1000 | 101101 | 0 | 1010110 | 1001101 | 1011011 | 1001100 | 1101 |
Color Harmonies of #203A08
Complementary color
Monochromatic Colors of #203A08
Black with #203A08
Text Example
Text Example
White with #203A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A08; }
p { color: rgb(32,58,8); }
H1.HeaderClassName
{
color: #203A08;
}
.AnyTagClassName
{
color: #203A08;
}
</style>
background-color css
<style>
a { background-color: #203A08; }
a { background-color: rgb(32,58,8); }
div.DivClassName
{
background-color: #203A08;
}
.BgClassName
{
background-color: #203A08;
}
</style>
border-color css
<style>
span { border-color: #203A08; }
span { border-color: rgb(32,58,8); }
td.TdClassName
{
border-color: #203A08;
}
.TagClassName
{
border-color: #203A08;
}
</style>