Shades of Pine Tree #203F09
Tints of Pine Tree #203F09
RGB
CMYK
RGB Variations
Color information
#203F09 (or 0x203F09) is known color: Pine Tree. HEX triplet: 20, 3F and 09. RGB value is (32,63,9). Sum of RGB (Red+Green+Blue) = 32+63+9=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #203F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203F09 is #DFC0F6. Grayscale: #2F2F2F. Windows color (decimal): -14663927 or 605984. OLE color: 605984.
HSL color Cylindrical-coordinate representation of color #203F09: hue angle of 94.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203F09 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 9 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.75 |
| HSL | 94.44º | 0.75% | 0.14% | - |
| HSV(B) | 94.44º | 0.86% | 0.25% | - |
| XYZ | 2.42 | 3.88 | 0.88 | - |
| YUV | 47.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 9 | 0.49 | 0 | 0.86 | 0.75 | 94.44 | 0.75 | 0.14 |
| Hex | 20 | 3F | 9 | 31 | 0 | 56 | 4B | 5E | 4B | E |
| Octal | 40 | 77 | 11 | 61 | 0 | 126 | 113 | 136 | 113 | 16 |
| Binary | 100000 | 111111 | 1001 | 110001 | 0 | 1010110 | 1001011 | 1011110 | 1001011 | 1110 |
Color Harmonies of #203F09
Complementary color
Monochromatic Colors of #203F09
Black with #203F09
Text Example
Text Example
White with #203F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F09; }
p { color: rgb(32,63,9); }
H1.HeaderClassName
{
color: #203F09;
}
.AnyTagClassName
{
color: #203F09;
}
</style>
background-color css
<style>
a { background-color: #203F09; }
a { background-color: rgb(32,63,9); }
div.DivClassName
{
background-color: #203F09;
}
.BgClassName
{
background-color: #203F09;
}
</style>
border-color css
<style>
span { border-color: #203F09; }
span { border-color: rgb(32,63,9); }
td.TdClassName
{
border-color: #203F09;
}
.TagClassName
{
border-color: #203F09;
}
</style>