Shades of Pigment Green #04952E
Tints of Pigment Green #04952E
RGB
CMYK
RGB Variations
Color information
#04952E (or 0x04952E) is known color: Pigment Green. HEX triplet: 04, 95 and 2E. RGB value is (4,149,46). Sum of RGB (Red+Green+Blue) = 4+149+46=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #04952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04952E is #FB6AD1. Grayscale: #5E5E5E. Windows color (decimal): -16476882 or 3052804. OLE color: 3052804.
HSL color Cylindrical-coordinate representation of color #04952E: hue angle of 137.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04952E is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 149 | 46 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.42 |
| HSL | 137.38º | 0.95% | 0.3% | - |
| HSV(B) | 137.38º | 0.97% | 0.58% | - |
| XYZ | 11.29 | 21.72 | 6.18 | - |
| YUV | 93.9 | 100.96 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 46 | 0.97 | 0 | 0.69 | 0.42 | 137.38 | 0.95 | 0.3 |
| Hex | 4 | 95 | 2E | 61 | 0 | 45 | 2A | 89 | 5F | 1E |
| Octal | 4 | 225 | 56 | 141 | 0 | 105 | 52 | 211 | 137 | 36 |
| Binary | 100 | 10010101 | 101110 | 1100001 | 0 | 1000101 | 101010 | 10001001 | 1011111 | 11110 |
Color Harmonies of #04952E
Complementary color
Monochromatic Colors of #04952E
Black with #04952E
Text Example
Text Example
White with #04952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04952E; }
p { color: rgb(4,149,46); }
H1.HeaderClassName
{
color: #04952E;
}
.AnyTagClassName
{
color: #04952E;
}
</style>
background-color css
<style>
a { background-color: #04952E; }
a { background-color: rgb(4,149,46); }
div.DivClassName
{
background-color: #04952E;
}
.BgClassName
{
background-color: #04952E;
}
</style>
border-color css
<style>
span { border-color: #04952E; }
span { border-color: rgb(4,149,46); }
td.TdClassName
{
border-color: #04952E;
}
.TagClassName
{
border-color: #04952E;
}
</style>