Shades of Pigment Green #049B3D
Tints of Pigment Green #049B3D
RGB
CMYK
RGB Variations
Color information
#049B3D (or 0x049B3D) is known color: Pigment Green. HEX triplet: 04, 9B and 3D. RGB value is (4,155,61). Sum of RGB (Red+Green+Blue) = 4+155+61=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 155 (60.94% from 255 or 70.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 155 - color contains mainly: green. Hex color #049B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049B3D is #FB64C2. Grayscale: #636363. Windows color (decimal): -16475331 or 4037380. OLE color: 4037380.
HSL color Cylindrical-coordinate representation of color #049B3D: hue angle of 142.65º 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 #049B3D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 155 | 61 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.39 |
| HSL | 142.65º | 0.95% | 0.31% | - |
| HSV(B) | 142.65º | 0.97% | 0.61% | - |
| XYZ | 12.61 | 23.81 | 8.34 | - |
| YUV | 99.14 | 106.47 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 61 | 0.97 | 0 | 0.61 | 0.39 | 142.65 | 0.95 | 0.31 |
| Hex | 4 | 9B | 3D | 61 | 0 | 3D | 27 | 8F | 5F | 1F |
| Octal | 4 | 233 | 75 | 141 | 0 | 75 | 47 | 217 | 137 | 37 |
| Binary | 100 | 10011011 | 111101 | 1100001 | 0 | 111101 | 100111 | 10001111 | 1011111 | 11111 |
Color Harmonies of #049B3D
Complementary color
Monochromatic Colors of #049B3D
Black with #049B3D
Text Example
Text Example
White with #049B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049B3D; }
p { color: rgb(4,155,61); }
H1.HeaderClassName
{
color: #049B3D;
}
.AnyTagClassName
{
color: #049B3D;
}
</style>
background-color css
<style>
a { background-color: #049B3D; }
a { background-color: rgb(4,155,61); }
div.DivClassName
{
background-color: #049B3D;
}
.BgClassName
{
background-color: #049B3D;
}
</style>
border-color css
<style>
span { border-color: #049B3D; }
span { border-color: rgb(4,155,61); }
td.TdClassName
{
border-color: #049B3D;
}
.TagClassName
{
border-color: #049B3D;
}
</style>