Shades of Pigment Green #019949
Tints of Pigment Green #019949
RGB
CMYK
RGB Variations
Color information
#019949 (or 0x019949) is known color: Pigment Green. HEX triplet: 01, 99 and 49. RGB value is (1,153,73). Sum of RGB (Red+Green+Blue) = 1+153+73=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #019949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019949 is #FE66B6. Grayscale: #626262. Windows color (decimal): -16672439 or 4823297. OLE color: 4823297.
HSL color Cylindrical-coordinate representation of color #019949: hue angle of 148.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019949 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 73 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.4 |
| HSL | 148.42º | 0.99% | 0.3% | - |
| HSV(B) | 148.42º | 0.99% | 0.6% | - |
| XYZ | 12.61 | 23.27 | 10.13 | - |
| YUV | 98.43 | 113.64 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 73 | 0.99 | 0 | 0.52 | 0.4 | 148.42 | 0.99 | 0.3 |
| Hex | 1 | 99 | 49 | 63 | 0 | 34 | 28 | 94 | 63 | 1E |
| Octal | 1 | 231 | 111 | 143 | 0 | 64 | 50 | 224 | 143 | 36 |
| Binary | 1 | 10011001 | 1001001 | 1100011 | 0 | 110100 | 101000 | 10010100 | 1100011 | 11110 |
Color Harmonies of #019949
Complementary color
Monochromatic Colors of #019949
Black with #019949
Text Example
Text Example
White with #019949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019949; }
p { color: rgb(1,153,73); }
H1.HeaderClassName
{
color: #019949;
}
.AnyTagClassName
{
color: #019949;
}
</style>
background-color css
<style>
a { background-color: #019949; }
a { background-color: rgb(1,153,73); }
div.DivClassName
{
background-color: #019949;
}
.BgClassName
{
background-color: #019949;
}
</style>
border-color css
<style>
span { border-color: #019949; }
span { border-color: rgb(1,153,73); }
td.TdClassName
{
border-color: #019949;
}
.TagClassName
{
border-color: #019949;
}
</style>