Shades of Pigment Green #049C3E
Tints of Pigment Green #049C3E
RGB
CMYK
RGB Variations
Color information
#049C3E (or 0x049C3E) is known color: Pigment Green. HEX triplet: 04, 9C and 3E. RGB value is (4,156,62). Sum of RGB (Red+Green+Blue) = 4+156+62=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 156 (61.33% from 255 or 70.27% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 156 - color contains mainly: green. Hex color #049C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049C3E is #FB63C1. Grayscale: #646464. Windows color (decimal): -16475074 or 4103172. OLE color: 4103172.
HSL color Cylindrical-coordinate representation of color #049C3E: hue angle of 142.89º 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 #049C3E is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 156 | 62 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.39 |
| HSL | 142.89º | 0.95% | 0.31% | - |
| HSV(B) | 142.89º | 0.97% | 0.61% | - |
| XYZ | 12.81 | 24.15 | 8.54 | - |
| YUV | 99.84 | 106.64 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 62 | 0.97 | 0 | 0.60 | 0.39 | 142.89 | 0.95 | 0.31 |
| Hex | 4 | 9C | 3E | 61 | 0 | 3C | 27 | 8F | 5F | 1F |
| Octal | 4 | 234 | 76 | 141 | 0 | 74 | 47 | 217 | 137 | 37 |
| Binary | 100 | 10011100 | 111110 | 1100001 | 0 | 111100 | 100111 | 10001111 | 1011111 | 11111 |
Color Harmonies of #049C3E
Complementary color
Monochromatic Colors of #049C3E
Black with #049C3E
Text Example
Text Example
White with #049C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049C3E; }
p { color: rgb(4,156,62); }
H1.HeaderClassName
{
color: #049C3E;
}
.AnyTagClassName
{
color: #049C3E;
}
</style>
background-color css
<style>
a { background-color: #049C3E; }
a { background-color: rgb(4,156,62); }
div.DivClassName
{
background-color: #049C3E;
}
.BgClassName
{
background-color: #049C3E;
}
</style>
border-color css
<style>
span { border-color: #049C3E; }
span { border-color: rgb(4,156,62); }
td.TdClassName
{
border-color: #049C3E;
}
.TagClassName
{
border-color: #049C3E;
}
</style>