Shades of Forest Green #03942C
Tints of Forest Green #03942C
RGB
CMYK
RGB Variations
Color information
#03942C (or 0x03942C) is known color: Forest Green. HEX triplet: 03, 94 and 2C. RGB value is (3,148,44). Sum of RGB (Red+Green+Blue) = 3+148+44=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #03942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03942C is #FC6BD3. Grayscale: #5D5D5D. Windows color (decimal): -16542676 or 2921475. OLE color: 2921475.
HSL color Cylindrical-coordinate representation of color #03942C: hue angle of 136.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03942C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 44 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.42 |
| HSL | 136.97º | 0.96% | 0.3% | - |
| HSV(B) | 136.97º | 0.98% | 0.58% | - |
| XYZ | 11.08 | 21.38 | 5.93 | - |
| YUV | 92.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 44 | 0.98 | 0 | 0.70 | 0.42 | 136.97 | 0.96 | 0.3 |
| Hex | 3 | 94 | 2C | 62 | 0 | 46 | 2A | 89 | 60 | 1E |
| Octal | 3 | 224 | 54 | 142 | 0 | 106 | 52 | 211 | 140 | 36 |
| Binary | 11 | 10010100 | 101100 | 1100010 | 0 | 1000110 | 101010 | 10001001 | 1100000 | 11110 |
Color Harmonies of #03942C
Complementary color
Monochromatic Colors of #03942C
Black with #03942C
Text Example
Text Example
White with #03942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03942C; }
p { color: rgb(3,148,44); }
H1.HeaderClassName
{
color: #03942C;
}
.AnyTagClassName
{
color: #03942C;
}
</style>
background-color css
<style>
a { background-color: #03942C; }
a { background-color: rgb(3,148,44); }
div.DivClassName
{
background-color: #03942C;
}
.BgClassName
{
background-color: #03942C;
}
</style>
border-color css
<style>
span { border-color: #03942C; }
span { border-color: rgb(3,148,44); }
td.TdClassName
{
border-color: #03942C;
}
.TagClassName
{
border-color: #03942C;
}
</style>