Shades of Pine Tree #203D04
Tints of Pine Tree #203D04
RGB
CMYK
RGB Variations
Color information
#203D04 (or 0x203D04) is known color: Pine Tree. HEX triplet: 20, 3D and 04. RGB value is (32,61,4). Sum of RGB (Red+Green+Blue) = 32+61+4=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #203D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203D04 is #DFC2FB. Grayscale: #2E2E2E. Windows color (decimal): -14664444 or 277792. OLE color: 277792.
HSL color Cylindrical-coordinate representation of color #203D04: hue angle of 90.53º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #203D04 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 4 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.76 |
| HSL | 90.53º | 0.88% | 0.13% | - |
| HSV(B) | 90.53º | 0.93% | 0.24% | - |
| XYZ | 2.29 | 3.65 | 0.7 | - |
| YUV | 45.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 4 | 0.48 | 0 | 0.93 | 0.76 | 90.53 | 0.88 | 0.13 |
| Hex | 20 | 3D | 4 | 30 | 0 | 5D | 4C | 5B | 58 | D |
| Octal | 40 | 75 | 4 | 60 | 0 | 135 | 114 | 133 | 130 | 15 |
| Binary | 100000 | 111101 | 100 | 110000 | 0 | 1011101 | 1001100 | 1011011 | 1011000 | 1101 |
Color Harmonies of #203D04
Complementary color
Monochromatic Colors of #203D04
Black with #203D04
Text Example
Text Example
White with #203D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D04; }
p { color: rgb(32,61,4); }
H1.HeaderClassName
{
color: #203D04;
}
.AnyTagClassName
{
color: #203D04;
}
</style>
background-color css
<style>
a { background-color: #203D04; }
a { background-color: rgb(32,61,4); }
div.DivClassName
{
background-color: #203D04;
}
.BgClassName
{
background-color: #203D04;
}
</style>
border-color css
<style>
span { border-color: #203D04; }
span { border-color: rgb(32,61,4); }
td.TdClassName
{
border-color: #203D04;
}
.TagClassName
{
border-color: #203D04;
}
</style>