Shades of Pine Tree #203B03
Tints of Pine Tree #203B03
RGB
CMYK
RGB Variations
Color information
#203B03 (or 0x203B03) is known color: Pine Tree. HEX triplet: 20, 3B and 03. RGB value is (32,59,3). Sum of RGB (Red+Green+Blue) = 32+59+3=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #203B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203B03 is #DFC4FC. Grayscale: #2C2C2C. Windows color (decimal): -14664957 or 211744. OLE color: 211744.
HSL color Cylindrical-coordinate representation of color #203B03: hue angle of 88.93º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #203B03 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 3 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.77 |
| HSL | 88.93º | 0.9% | 0.12% | - |
| HSV(B) | 88.93º | 0.95% | 0.23% | - |
| XYZ | 2.18 | 3.44 | 0.64 | - |
| YUV | 44.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 3 | 0.46 | 0 | 0.95 | 0.77 | 88.93 | 0.9 | 0.12 |
| Hex | 20 | 3B | 3 | 2E | 0 | 5F | 4D | 59 | 5A | C |
| Octal | 40 | 73 | 3 | 56 | 0 | 137 | 115 | 131 | 132 | 14 |
| Binary | 100000 | 111011 | 11 | 101110 | 0 | 1011111 | 1001101 | 1011001 | 1011010 | 1100 |
Color Harmonies of #203B03
Complementary color
Monochromatic Colors of #203B03
Black with #203B03
Text Example
Text Example
White with #203B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B03; }
p { color: rgb(32,59,3); }
H1.HeaderClassName
{
color: #203B03;
}
.AnyTagClassName
{
color: #203B03;
}
</style>
background-color css
<style>
a { background-color: #203B03; }
a { background-color: rgb(32,59,3); }
div.DivClassName
{
background-color: #203B03;
}
.BgClassName
{
background-color: #203B03;
}
</style>
border-color css
<style>
span { border-color: #203B03; }
span { border-color: rgb(32,59,3); }
td.TdClassName
{
border-color: #203B03;
}
.TagClassName
{
border-color: #203B03;
}
</style>