Shades of Pine Tree #203F01
Tints of Pine Tree #203F01
RGB
CMYK
RGB Variations
Color information
#203F01 (or 0x203F01) is known color: Pine Tree. HEX triplet: 20, 3F and 01. RGB value is (32,63,1). Sum of RGB (Red+Green+Blue) = 32+63+1=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #203F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203F01 is #DFC0FE. Grayscale: #2E2E2E. Windows color (decimal): -14663935 or 81696. OLE color: 81696.
HSL color Cylindrical-coordinate representation of color #203F01: hue angle of 90º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #203F01 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 1 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.75 |
| HSL | 90º | 0.97% | 0.13% | - |
| HSV(B) | 90º | 0.98% | 0.25% | - |
| XYZ | 2.38 | 3.86 | 0.65 | - |
| YUV | 46.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 1 | 0.49 | 0 | 0.98 | 0.75 | 90 | 0.97 | 0.13 |
| Hex | 20 | 3F | 1 | 31 | 0 | 62 | 4B | 5A | 61 | D |
| Octal | 40 | 77 | 1 | 61 | 0 | 142 | 113 | 132 | 141 | 15 |
| Binary | 100000 | 111111 | 1 | 110001 | 0 | 1100010 | 1001011 | 1011010 | 1100001 | 1101 |
Color Harmonies of #203F01
Complementary color
Monochromatic Colors of #203F01
Black with #203F01
Text Example
Text Example
White with #203F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F01; }
p { color: rgb(32,63,1); }
H1.HeaderClassName
{
color: #203F01;
}
.AnyTagClassName
{
color: #203F01;
}
</style>
background-color css
<style>
a { background-color: #203F01; }
a { background-color: rgb(32,63,1); }
div.DivClassName
{
background-color: #203F01;
}
.BgClassName
{
background-color: #203F01;
}
</style>
border-color css
<style>
span { border-color: #203F01; }
span { border-color: rgb(32,63,1); }
td.TdClassName
{
border-color: #203F01;
}
.TagClassName
{
border-color: #203F01;
}
</style>