Shades of Forest Green #03912D
Tints of Forest Green #03912D
RGB
CMYK
RGB Variations
Color information
#03912D (or 0x03912D) is known color: Forest Green. HEX triplet: 03, 91 and 2D. RGB value is (3,145,45). Sum of RGB (Red+Green+Blue) = 3+145+45=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #03912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03912D is #FC6ED2. Grayscale: #5B5B5B. Windows color (decimal): -16543443 or 2986243. OLE color: 2986243.
HSL color Cylindrical-coordinate representation of color #03912D: hue angle of 137.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03912D is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 45 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.43 |
| HSL | 137.75º | 0.96% | 0.29% | - |
| HSV(B) | 137.75º | 0.98% | 0.57% | - |
| XYZ | 10.64 | 20.46 | 5.87 | - |
| YUV | 91.14 | 101.96 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 45 | 0.98 | 0 | 0.69 | 0.43 | 137.75 | 0.96 | 0.29 |
| Hex | 3 | 91 | 2D | 62 | 0 | 45 | 2B | 8A | 60 | 1D |
| Octal | 3 | 221 | 55 | 142 | 0 | 105 | 53 | 212 | 140 | 35 |
| Binary | 11 | 10010001 | 101101 | 1100010 | 0 | 1000101 | 101011 | 10001010 | 1100000 | 11101 |
Color Harmonies of #03912D
Complementary color
Monochromatic Colors of #03912D
Black with #03912D
Text Example
Text Example
White with #03912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03912D; }
p { color: rgb(3,145,45); }
H1.HeaderClassName
{
color: #03912D;
}
.AnyTagClassName
{
color: #03912D;
}
</style>
background-color css
<style>
a { background-color: #03912D; }
a { background-color: rgb(3,145,45); }
div.DivClassName
{
background-color: #03912D;
}
.BgClassName
{
background-color: #03912D;
}
</style>
border-color css
<style>
span { border-color: #03912D; }
span { border-color: rgb(3,145,45); }
td.TdClassName
{
border-color: #03912D;
}
.TagClassName
{
border-color: #03912D;
}
</style>