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