Shades of Forest Green #04902A
Tints of Forest Green #04902A
RGB
CMYK
RGB Variations
Color information
#04902A (or 0x04902A) is known color: Forest Green. HEX triplet: 04, 90 and 2A. RGB value is (4,144,42). Sum of RGB (Red+Green+Blue) = 4+144+42=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 144 (56.64% from 255 or 75.79% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 144 - color contains mainly: green. Hex color #04902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04902A is #FB6FD5. Grayscale: #5A5A5A. Windows color (decimal): -16478166 or 2789380. OLE color: 2789380.
HSL color Cylindrical-coordinate representation of color #04902A: hue angle of 136.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04902A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 144 | 42 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.44 |
| HSL | 136.29º | 0.95% | 0.29% | - |
| HSV(B) | 136.29º | 0.97% | 0.56% | - |
| XYZ | 10.44 | 20.14 | 5.53 | - |
| YUV | 90.51 | 100.62 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 42 | 0.97 | 0 | 0.71 | 0.44 | 136.29 | 0.95 | 0.29 |
| Hex | 4 | 90 | 2A | 61 | 0 | 47 | 2C | 88 | 5F | 1D |
| Octal | 4 | 220 | 52 | 141 | 0 | 107 | 54 | 210 | 137 | 35 |
| Binary | 100 | 10010000 | 101010 | 1100001 | 0 | 1000111 | 101100 | 10001000 | 1011111 | 11101 |
Color Harmonies of #04902A
Complementary color
Monochromatic Colors of #04902A
Black with #04902A
Text Example
Text Example
White with #04902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04902A; }
p { color: rgb(4,144,42); }
H1.HeaderClassName
{
color: #04902A;
}
.AnyTagClassName
{
color: #04902A;
}
</style>
background-color css
<style>
a { background-color: #04902A; }
a { background-color: rgb(4,144,42); }
div.DivClassName
{
background-color: #04902A;
}
.BgClassName
{
background-color: #04902A;
}
</style>
border-color css
<style>
span { border-color: #04902A; }
span { border-color: rgb(4,144,42); }
td.TdClassName
{
border-color: #04902A;
}
.TagClassName
{
border-color: #04902A;
}
</style>