Shades of Pine Tree #203E01
Tints of Pine Tree #203E01
RGB
CMYK
RGB Variations
Color information
#203E01 (or 0x203E01) is known color: Pine Tree. HEX triplet: 20, 3E and 01. RGB value is (32,62,1). Sum of RGB (Red+Green+Blue) = 32+62+1=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #203E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203E01 is #DFC1FE. Grayscale: #2E2E2E. Windows color (decimal): -14664191 or 81440. OLE color: 81440.
HSL color Cylindrical-coordinate representation of color #203E01: hue angle of 89.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #203E01 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 62 | 1 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.76 |
| HSL | 89.51º | 0.97% | 0.12% | - |
| HSV(B) | 89.51º | 0.98% | 0.24% | - |
| XYZ | 2.32 | 3.75 | 0.63 | - |
| YUV | 46.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 1 | 0.48 | 0 | 0.98 | 0.76 | 89.51 | 0.97 | 0.12 |
| Hex | 20 | 3E | 1 | 30 | 0 | 62 | 4C | 5A | 61 | C |
| Octal | 40 | 76 | 1 | 60 | 0 | 142 | 114 | 132 | 141 | 14 |
| Binary | 100000 | 111110 | 1 | 110000 | 0 | 1100010 | 1001100 | 1011010 | 1100001 | 1100 |
Color Harmonies of #203E01
Complementary color
Monochromatic Colors of #203E01
Black with #203E01
Text Example
Text Example
White with #203E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E01; }
p { color: rgb(32,62,1); }
H1.HeaderClassName
{
color: #203E01;
}
.AnyTagClassName
{
color: #203E01;
}
</style>
background-color css
<style>
a { background-color: #203E01; }
a { background-color: rgb(32,62,1); }
div.DivClassName
{
background-color: #203E01;
}
.BgClassName
{
background-color: #203E01;
}
</style>
border-color css
<style>
span { border-color: #203E01; }
span { border-color: rgb(32,62,1); }
td.TdClassName
{
border-color: #203E01;
}
.TagClassName
{
border-color: #203E01;
}
</style>