Shades of Forest Green #03932C
Tints of Forest Green #03932C
RGB
CMYK
RGB Variations
Color information
#03932C (or 0x03932C) is known color: Forest Green. HEX triplet: 03, 93 and 2C. RGB value is (3,147,44). Sum of RGB (Red+Green+Blue) = 3+147+44=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 147 (57.81% from 255 or 75.77% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 147 - color contains mainly: green. Hex color #03932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03932C is #FC6CD3. Grayscale: #5C5C5C. Windows color (decimal): -16542932 or 2921219. OLE color: 2921219.
HSL color Cylindrical-coordinate representation of color #03932C: hue angle of 137.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03932C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 44 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.42 |
| HSL | 137.08º | 0.96% | 0.29% | - |
| HSV(B) | 137.08º | 0.98% | 0.58% | - |
| XYZ | 10.93 | 21.07 | 5.87 | - |
| YUV | 92.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 44 | 0.98 | 0 | 0.70 | 0.42 | 137.08 | 0.96 | 0.29 |
| Hex | 3 | 93 | 2C | 62 | 0 | 46 | 2A | 89 | 60 | 1D |
| Octal | 3 | 223 | 54 | 142 | 0 | 106 | 52 | 211 | 140 | 35 |
| Binary | 11 | 10010011 | 101100 | 1100010 | 0 | 1000110 | 101010 | 10001001 | 1100000 | 11101 |
Color Harmonies of #03932C
Complementary color
Monochromatic Colors of #03932C
Black with #03932C
Text Example
Text Example
White with #03932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03932C; }
p { color: rgb(3,147,44); }
H1.HeaderClassName
{
color: #03932C;
}
.AnyTagClassName
{
color: #03932C;
}
</style>
background-color css
<style>
a { background-color: #03932C; }
a { background-color: rgb(3,147,44); }
div.DivClassName
{
background-color: #03932C;
}
.BgClassName
{
background-color: #03932C;
}
</style>
border-color css
<style>
span { border-color: #03932C; }
span { border-color: rgb(3,147,44); }
td.TdClassName
{
border-color: #03932C;
}
.TagClassName
{
border-color: #03932C;
}
</style>