Shades of Forest Green #04982C
Tints of Forest Green #04982C
RGB
CMYK
RGB Variations
Color information
#04982C (or 0x04982C) is known color: Forest Green. HEX triplet: 04, 98 and 2C. RGB value is (4,152,44). Sum of RGB (Red+Green+Blue) = 4+152+44=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #04982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04982C is #FB67D3. Grayscale: #5F5F5F. Windows color (decimal): -16476116 or 2922500. OLE color: 2922500.
HSL color Cylindrical-coordinate representation of color #04982C: hue angle of 136.22º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04982C is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 152 | 44 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.40 |
| HSL | 136.22º | 0.95% | 0.31% | - |
| HSV(B) | 136.22º | 0.97% | 0.6% | - |
| XYZ | 11.73 | 22.66 | 6.14 | - |
| YUV | 95.44 | 98.97 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 44 | 0.97 | 0 | 0.71 | 0.40 | 136.22 | 0.95 | 0.31 |
| Hex | 4 | 98 | 2C | 61 | 0 | 47 | 28 | 88 | 5F | 1F |
| Octal | 4 | 230 | 54 | 141 | 0 | 107 | 50 | 210 | 137 | 37 |
| Binary | 100 | 10011000 | 101100 | 1100001 | 0 | 1000111 | 101000 | 10001000 | 1011111 | 11111 |
Color Harmonies of #04982C
Complementary color
Monochromatic Colors of #04982C
Black with #04982C
Text Example
Text Example
White with #04982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04982C; }
p { color: rgb(4,152,44); }
H1.HeaderClassName
{
color: #04982C;
}
.AnyTagClassName
{
color: #04982C;
}
</style>
background-color css
<style>
a { background-color: #04982C; }
a { background-color: rgb(4,152,44); }
div.DivClassName
{
background-color: #04982C;
}
.BgClassName
{
background-color: #04982C;
}
</style>
border-color css
<style>
span { border-color: #04982C; }
span { border-color: rgb(4,152,44); }
td.TdClassName
{
border-color: #04982C;
}
.TagClassName
{
border-color: #04982C;
}
</style>