Shades of Pigment Green #049C34
Tints of Pigment Green #049C34
RGB
CMYK
RGB Variations
Color information
#049C34 (or 0x049C34) is known color: Pigment Green. HEX triplet: 04, 9C and 34. RGB value is (4,156,52). Sum of RGB (Red+Green+Blue) = 4+156+52=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #049C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049C34 is #FB63CB. Grayscale: #626262. Windows color (decimal): -16475084 or 3447812. OLE color: 3447812.
HSL color Cylindrical-coordinate representation of color #049C34: hue angle of 138.95º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049C34 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 156 | 52 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.39 |
| HSL | 138.95º | 0.95% | 0.31% | - |
| HSV(B) | 138.95º | 0.97% | 0.61% | - |
| XYZ | 12.56 | 24.05 | 7.23 | - |
| YUV | 98.7 | 101.64 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 52 | 0.97 | 0 | 0.67 | 0.39 | 138.95 | 0.95 | 0.31 |
| Hex | 4 | 9C | 34 | 61 | 0 | 43 | 27 | 8B | 5F | 1F |
| Octal | 4 | 234 | 64 | 141 | 0 | 103 | 47 | 213 | 137 | 37 |
| Binary | 100 | 10011100 | 110100 | 1100001 | 0 | 1000011 | 100111 | 10001011 | 1011111 | 11111 |
Color Harmonies of #049C34
Complementary color
Monochromatic Colors of #049C34
Black with #049C34
Text Example
Text Example
White with #049C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049C34; }
p { color: rgb(4,156,52); }
H1.HeaderClassName
{
color: #049C34;
}
.AnyTagClassName
{
color: #049C34;
}
</style>
background-color css
<style>
a { background-color: #049C34; }
a { background-color: rgb(4,156,52); }
div.DivClassName
{
background-color: #049C34;
}
.BgClassName
{
background-color: #049C34;
}
</style>
border-color css
<style>
span { border-color: #049C34; }
span { border-color: rgb(4,156,52); }
td.TdClassName
{
border-color: #049C34;
}
.TagClassName
{
border-color: #049C34;
}
</style>