Shades of Forest Green #048127
Tints of Forest Green #048127
RGB
CMYK
RGB Variations
Color information
#048127 (or 0x048127) is known color: Forest Green. HEX triplet: 04, 81 and 27. RGB value is (4,129,39). Sum of RGB (Red+Green+Blue) = 4+129+39=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #048127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048127 is #FB7ED8. Grayscale: #515151. Windows color (decimal): -16482009 or 2588932. OLE color: 2588932.
HSL color Cylindrical-coordinate representation of color #048127: hue angle of 136.8º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048127 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 39 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.49 |
| HSL | 136.8º | 0.94% | 0.26% | - |
| HSV(B) | 136.8º | 0.97% | 0.51% | - |
| XYZ | 8.27 | 15.87 | 4.55 | - |
| YUV | 81.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 39 | 0.97 | 0 | 0.70 | 0.49 | 136.8 | 0.94 | 0.26 |
| Hex | 4 | 81 | 27 | 61 | 0 | 46 | 31 | 89 | 5E | 1A |
| Octal | 4 | 201 | 47 | 141 | 0 | 106 | 61 | 211 | 136 | 32 |
| Binary | 100 | 10000001 | 100111 | 1100001 | 0 | 1000110 | 110001 | 10001001 | 1011110 | 11010 |
Color Harmonies of #048127
Complementary color
Monochromatic Colors of #048127
Black with #048127
Text Example
Text Example
White with #048127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048127; }
p { color: rgb(4,129,39); }
H1.HeaderClassName
{
color: #048127;
}
.AnyTagClassName
{
color: #048127;
}
</style>
background-color css
<style>
a { background-color: #048127; }
a { background-color: rgb(4,129,39); }
div.DivClassName
{
background-color: #048127;
}
.BgClassName
{
background-color: #048127;
}
</style>
border-color css
<style>
span { border-color: #048127; }
span { border-color: rgb(4,129,39); }
td.TdClassName
{
border-color: #048127;
}
.TagClassName
{
border-color: #048127;
}
</style>