Shades of Forest Green #03912A
Tints of Forest Green #03912A
RGB
CMYK
RGB Variations
Color information
#03912A (or 0x03912A) is known color: Forest Green. HEX triplet: 03, 91 and 2A. RGB value is (3,145,42). Sum of RGB (Red+Green+Blue) = 3+145+42=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #03912A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03912A is #FC6ED5. Grayscale: #5B5B5B. Windows color (decimal): -16543446 or 2789635. OLE color: 2789635.
HSL color Cylindrical-coordinate representation of color #03912A: hue angle of 136.48º 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 #03912A is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 42 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.43 |
| HSL | 136.48º | 0.96% | 0.29% | - |
| HSV(B) | 136.48º | 0.98% | 0.57% | - |
| XYZ | 10.58 | 20.44 | 5.58 | - |
| YUV | 90.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 42 | 0.98 | 0 | 0.71 | 0.43 | 136.48 | 0.96 | 0.29 |
| Hex | 3 | 91 | 2A | 62 | 0 | 47 | 2B | 88 | 60 | 1D |
| Octal | 3 | 221 | 52 | 142 | 0 | 107 | 53 | 210 | 140 | 35 |
| Binary | 11 | 10010001 | 101010 | 1100010 | 0 | 1000111 | 101011 | 10001000 | 1100000 | 11101 |
Color Harmonies of #03912A
Complementary color
Monochromatic Colors of #03912A
Black with #03912A
Text Example
Text Example
White with #03912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03912A; }
p { color: rgb(3,145,42); }
H1.HeaderClassName
{
color: #03912A;
}
.AnyTagClassName
{
color: #03912A;
}
</style>
background-color css
<style>
a { background-color: #03912A; }
a { background-color: rgb(3,145,42); }
div.DivClassName
{
background-color: #03912A;
}
.BgClassName
{
background-color: #03912A;
}
</style>
border-color css
<style>
span { border-color: #03912A; }
span { border-color: rgb(3,145,42); }
td.TdClassName
{
border-color: #03912A;
}
.TagClassName
{
border-color: #03912A;
}
</style>