Shades of Forest Green #04912C
Tints of Forest Green #04912C
RGB
CMYK
RGB Variations
Color information
#04912C (or 0x04912C) is known color: Forest Green. HEX triplet: 04, 91 and 2C. RGB value is (4,145,44). Sum of RGB (Red+Green+Blue) = 4+145+44=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #04912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04912C is #FB6ED3. Grayscale: #5B5B5B. Windows color (decimal): -16477908 or 2920708. OLE color: 2920708.
HSL color Cylindrical-coordinate representation of color #04912C: hue angle of 137.02º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04912C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 44 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.43 |
| HSL | 137.02º | 0.95% | 0.29% | - |
| HSV(B) | 137.02º | 0.97% | 0.57% | - |
| XYZ | 10.63 | 20.46 | 5.77 | - |
| YUV | 91.33 | 101.29 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 44 | 0.97 | 0 | 0.70 | 0.43 | 137.02 | 0.95 | 0.29 |
| Hex | 4 | 91 | 2C | 61 | 0 | 46 | 2B | 89 | 5F | 1D |
| Octal | 4 | 221 | 54 | 141 | 0 | 106 | 53 | 211 | 137 | 35 |
| Binary | 100 | 10010001 | 101100 | 1100001 | 0 | 1000110 | 101011 | 10001001 | 1011111 | 11101 |
Color Harmonies of #04912C
Complementary color
Monochromatic Colors of #04912C
Black with #04912C
Text Example
Text Example
White with #04912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04912C; }
p { color: rgb(4,145,44); }
H1.HeaderClassName
{
color: #04912C;
}
.AnyTagClassName
{
color: #04912C;
}
</style>
background-color css
<style>
a { background-color: #04912C; }
a { background-color: rgb(4,145,44); }
div.DivClassName
{
background-color: #04912C;
}
.BgClassName
{
background-color: #04912C;
}
</style>
border-color css
<style>
span { border-color: #04912C; }
span { border-color: rgb(4,145,44); }
td.TdClassName
{
border-color: #04912C;
}
.TagClassName
{
border-color: #04912C;
}
</style>