Shades of Pigment Green #048E3B
Tints of Pigment Green #048E3B
RGB
CMYK
RGB Variations
Color information
#048E3B (or 0x048E3B) is known color: Pigment Green. HEX triplet: 04, 8E and 3B. RGB value is (4,142,59). Sum of RGB (Red+Green+Blue) = 4+142+59=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #048E3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E3B is #FB71C4. Grayscale: #5B5B5B. Windows color (decimal): -16478661 or 3902980. OLE color: 3902980.
HSL color Cylindrical-coordinate representation of color #048E3B: hue angle of 143.91º 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 #048E3B is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 59 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.44 |
| HSL | 143.91º | 0.95% | 0.29% | - |
| HSV(B) | 143.91º | 0.97% | 0.56% | - |
| XYZ | 10.51 | 19.69 | 7.38 | - |
| YUV | 91.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 59 | 0.97 | 0 | 0.58 | 0.44 | 143.91 | 0.95 | 0.29 |
| Hex | 4 | 8E | 3B | 61 | 0 | 3A | 2C | 90 | 5F | 1D |
| Octal | 4 | 216 | 73 | 141 | 0 | 72 | 54 | 220 | 137 | 35 |
| Binary | 100 | 10001110 | 111011 | 1100001 | 0 | 111010 | 101100 | 10010000 | 1011111 | 11101 |
Color Harmonies of #048E3B
Complementary color
Monochromatic Colors of #048E3B
Black with #048E3B
Text Example
Text Example
White with #048E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E3B; }
p { color: rgb(4,142,59); }
H1.HeaderClassName
{
color: #048E3B;
}
.AnyTagClassName
{
color: #048E3B;
}
</style>
background-color css
<style>
a { background-color: #048E3B; }
a { background-color: rgb(4,142,59); }
div.DivClassName
{
background-color: #048E3B;
}
.BgClassName
{
background-color: #048E3B;
}
</style>
border-color css
<style>
span { border-color: #048E3B; }
span { border-color: rgb(4,142,59); }
td.TdClassName
{
border-color: #048E3B;
}
.TagClassName
{
border-color: #048E3B;
}
</style>