Shades of Forest Green #03942D
Tints of Forest Green #03942D
RGB
CMYK
RGB Variations
Color information
#03942D (or 0x03942D) is known color: Forest Green. HEX triplet: 03, 94 and 2D. RGB value is (3,148,45). Sum of RGB (Red+Green+Blue) = 3+148+45=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #03942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03942D is #FC6BD2. Grayscale: #5D5D5D. Windows color (decimal): -16542675 or 2987011. OLE color: 2987011.
HSL color Cylindrical-coordinate representation of color #03942D: hue angle of 137.38º 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 #03942D is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 45 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.42 |
| HSL | 137.38º | 0.96% | 0.3% | - |
| HSV(B) | 137.38º | 0.98% | 0.58% | - |
| XYZ | 11.1 | 21.39 | 6.03 | - |
| YUV | 92.9 | 100.96 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 45 | 0.98 | 0 | 0.70 | 0.42 | 137.38 | 0.96 | 0.3 |
| Hex | 3 | 94 | 2D | 62 | 0 | 46 | 2A | 89 | 60 | 1E |
| Octal | 3 | 224 | 55 | 142 | 0 | 106 | 52 | 211 | 140 | 36 |
| Binary | 11 | 10010100 | 101101 | 1100010 | 0 | 1000110 | 101010 | 10001001 | 1100000 | 11110 |
Color Harmonies of #03942D
Complementary color
Monochromatic Colors of #03942D
Black with #03942D
Text Example
Text Example
White with #03942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03942D; }
p { color: rgb(3,148,45); }
H1.HeaderClassName
{
color: #03942D;
}
.AnyTagClassName
{
color: #03942D;
}
</style>
background-color css
<style>
a { background-color: #03942D; }
a { background-color: rgb(3,148,45); }
div.DivClassName
{
background-color: #03942D;
}
.BgClassName
{
background-color: #03942D;
}
</style>
border-color css
<style>
span { border-color: #03942D; }
span { border-color: rgb(3,148,45); }
td.TdClassName
{
border-color: #03942D;
}
.TagClassName
{
border-color: #03942D;
}
</style>