Shades of Forest Green #048F2B
Tints of Forest Green #048F2B
RGB
CMYK
RGB Variations
Color information
#048F2B (or 0x048F2B) is known color: Forest Green. HEX triplet: 04, 8F and 2B. RGB value is (4,143,43). Sum of RGB (Red+Green+Blue) = 4+143+43=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #048F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F2B is #FB70D4. Grayscale: #5A5A5A. Windows color (decimal): -16478421 or 2854660. OLE color: 2854660.
HSL color Cylindrical-coordinate representation of color #048F2B: hue angle of 136.83º 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 #048F2B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 43 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.44 |
| HSL | 136.83º | 0.95% | 0.29% | - |
| HSV(B) | 136.83º | 0.97% | 0.56% | - |
| XYZ | 10.31 | 19.85 | 5.57 | - |
| YUV | 90.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 43 | 0.97 | 0 | 0.70 | 0.44 | 136.83 | 0.95 | 0.29 |
| Hex | 4 | 8F | 2B | 61 | 0 | 46 | 2C | 89 | 5F | 1D |
| Octal | 4 | 217 | 53 | 141 | 0 | 106 | 54 | 211 | 137 | 35 |
| Binary | 100 | 10001111 | 101011 | 1100001 | 0 | 1000110 | 101100 | 10001001 | 1011111 | 11101 |
Color Harmonies of #048F2B
Complementary color
Monochromatic Colors of #048F2B
Black with #048F2B
Text Example
Text Example
White with #048F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F2B; }
p { color: rgb(4,143,43); }
H1.HeaderClassName
{
color: #048F2B;
}
.AnyTagClassName
{
color: #048F2B;
}
</style>
background-color css
<style>
a { background-color: #048F2B; }
a { background-color: rgb(4,143,43); }
div.DivClassName
{
background-color: #048F2B;
}
.BgClassName
{
background-color: #048F2B;
}
</style>
border-color css
<style>
span { border-color: #048F2B; }
span { border-color: rgb(4,143,43); }
td.TdClassName
{
border-color: #048F2B;
}
.TagClassName
{
border-color: #048F2B;
}
</style>