Shades of Pigment Green #048D4B
Tints of Pigment Green #048D4B
RGB
CMYK
RGB Variations
Color information
#048D4B (or 0x048D4B) is known color: Pigment Green. HEX triplet: 04, 8D and 4B. RGB value is (4,141,75). Sum of RGB (Red+Green+Blue) = 4+141+75=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #048D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D4B is #FB72B4. Grayscale: #5C5C5C. Windows color (decimal): -16478901 or 4951300. OLE color: 4951300.
HSL color Cylindrical-coordinate representation of color #048D4B: hue angle of 151.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D4B is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 75 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.45 |
| HSL | 151.09º | 0.94% | 0.28% | - |
| HSV(B) | 151.09º | 0.97% | 0.55% | - |
| XYZ | 10.84 | 19.58 | 9.87 | - |
| YUV | 92.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 75 | 0.97 | 0 | 0.47 | 0.45 | 151.09 | 0.94 | 0.28 |
| Hex | 4 | 8D | 4B | 61 | 0 | 2F | 2D | 97 | 5E | 1C |
| Octal | 4 | 215 | 113 | 141 | 0 | 57 | 55 | 227 | 136 | 34 |
| Binary | 100 | 10001101 | 1001011 | 1100001 | 0 | 101111 | 101101 | 10010111 | 1011110 | 11100 |
Color Harmonies of #048D4B
Complementary color
Monochromatic Colors of #048D4B
Black with #048D4B
Text Example
Text Example
White with #048D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D4B; }
p { color: rgb(4,141,75); }
H1.HeaderClassName
{
color: #048D4B;
}
.AnyTagClassName
{
color: #048D4B;
}
</style>
background-color css
<style>
a { background-color: #048D4B; }
a { background-color: rgb(4,141,75); }
div.DivClassName
{
background-color: #048D4B;
}
.BgClassName
{
background-color: #048D4B;
}
</style>
border-color css
<style>
span { border-color: #048D4B; }
span { border-color: rgb(4,141,75); }
td.TdClassName
{
border-color: #048D4B;
}
.TagClassName
{
border-color: #048D4B;
}
</style>