Shades of Pine Tree #203F05
Tints of Pine Tree #203F05
RGB
CMYK
RGB Variations
Color information
#203F05 (or 0x203F05) is known color: Pine Tree. HEX triplet: 20, 3F and 05. RGB value is (32,63,5). Sum of RGB (Red+Green+Blue) = 32+63+5=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #203F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203F05 is #DFC0FA. Grayscale: #2F2F2F. Windows color (decimal): -14663931 or 343840. OLE color: 343840.
HSL color Cylindrical-coordinate representation of color #203F05: hue angle of 92.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #203F05 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 5 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.75 |
| HSL | 92.07º | 0.85% | 0.13% | - |
| HSV(B) | 92.07º | 0.92% | 0.25% | - |
| XYZ | 2.4 | 3.87 | 0.76 | - |
| YUV | 47.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 5 | 0.49 | 0 | 0.92 | 0.75 | 92.07 | 0.85 | 0.13 |
| Hex | 20 | 3F | 5 | 31 | 0 | 5C | 4B | 5C | 55 | D |
| Octal | 40 | 77 | 5 | 61 | 0 | 134 | 113 | 134 | 125 | 15 |
| Binary | 100000 | 111111 | 101 | 110001 | 0 | 1011100 | 1001011 | 1011100 | 1010101 | 1101 |
Color Harmonies of #203F05
Complementary color
Monochromatic Colors of #203F05
Black with #203F05
Text Example
Text Example
White with #203F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F05; }
p { color: rgb(32,63,5); }
H1.HeaderClassName
{
color: #203F05;
}
.AnyTagClassName
{
color: #203F05;
}
</style>
background-color css
<style>
a { background-color: #203F05; }
a { background-color: rgb(32,63,5); }
div.DivClassName
{
background-color: #203F05;
}
.BgClassName
{
background-color: #203F05;
}
</style>
border-color css
<style>
span { border-color: #203F05; }
span { border-color: rgb(32,63,5); }
td.TdClassName
{
border-color: #203F05;
}
.TagClassName
{
border-color: #203F05;
}
</style>