Shades of Pine Tree #203D03
Tints of Pine Tree #203D03
RGB
CMYK
RGB Variations
Color information
#203D03 (or 0x203D03) is known color: Pine Tree. HEX triplet: 20, 3D and 03. RGB value is (32,61,3). Sum of RGB (Red+Green+Blue) = 32+61+3=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #203D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203D03 is #DFC2FC. Grayscale: #2D2D2D. Windows color (decimal): -14664445 or 212256. OLE color: 212256.
HSL color Cylindrical-coordinate representation of color #203D03: hue angle of 90º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #203D03 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 3 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.76 |
| HSL | 90º | 0.91% | 0.13% | - |
| HSV(B) | 90º | 0.95% | 0.24% | - |
| XYZ | 2.28 | 3.65 | 0.67 | - |
| YUV | 45.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 3 | 0.48 | 0 | 0.95 | 0.76 | 90 | 0.91 | 0.13 |
| Hex | 20 | 3D | 3 | 30 | 0 | 5F | 4C | 5A | 5B | D |
| Octal | 40 | 75 | 3 | 60 | 0 | 137 | 114 | 132 | 133 | 15 |
| Binary | 100000 | 111101 | 11 | 110000 | 0 | 1011111 | 1001100 | 1011010 | 1011011 | 1101 |
Color Harmonies of #203D03
Complementary color
Monochromatic Colors of #203D03
Black with #203D03
Text Example
Text Example
White with #203D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D03; }
p { color: rgb(32,61,3); }
H1.HeaderClassName
{
color: #203D03;
}
.AnyTagClassName
{
color: #203D03;
}
</style>
background-color css
<style>
a { background-color: #203D03; }
a { background-color: rgb(32,61,3); }
div.DivClassName
{
background-color: #203D03;
}
.BgClassName
{
background-color: #203D03;
}
</style>
border-color css
<style>
span { border-color: #203D03; }
span { border-color: rgb(32,61,3); }
td.TdClassName
{
border-color: #203D03;
}
.TagClassName
{
border-color: #203D03;
}
</style>