Shades of Pigment Green #019540
Tints of Pigment Green #019540
RGB
CMYK
RGB Variations
Color information
#019540 (or 0x019540) is known color: Pigment Green. HEX triplet: 01, 95 and 40. RGB value is (1,149,64). Sum of RGB (Red+Green+Blue) = 1+149+64=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #019540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019540 is #FE6ABF. Grayscale: #5F5F5F. Windows color (decimal): -16673472 or 4232449. OLE color: 4232449.
HSL color Cylindrical-coordinate representation of color #019540: hue angle of 145.54º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019540 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 64 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.42 |
| HSL | 145.54º | 0.99% | 0.29% | - |
| HSV(B) | 145.54º | 0.99% | 0.58% | - |
| XYZ | 11.69 | 21.87 | 8.46 | - |
| YUV | 95.06 | 110.47 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 64 | 0.99 | 0 | 0.57 | 0.42 | 145.54 | 0.99 | 0.29 |
| Hex | 1 | 95 | 40 | 63 | 0 | 39 | 2A | 92 | 63 | 1D |
| Octal | 1 | 225 | 100 | 143 | 0 | 71 | 52 | 222 | 143 | 35 |
| Binary | 1 | 10010101 | 1000000 | 1100011 | 0 | 111001 | 101010 | 10010010 | 1100011 | 11101 |
Color Harmonies of #019540
Complementary color
Monochromatic Colors of #019540
Black with #019540
Text Example
Text Example
White with #019540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019540; }
p { color: rgb(1,149,64); }
H1.HeaderClassName
{
color: #019540;
}
.AnyTagClassName
{
color: #019540;
}
</style>
background-color css
<style>
a { background-color: #019540; }
a { background-color: rgb(1,149,64); }
div.DivClassName
{
background-color: #019540;
}
.BgClassName
{
background-color: #019540;
}
</style>
border-color css
<style>
span { border-color: #019540; }
span { border-color: rgb(1,149,64); }
td.TdClassName
{
border-color: #019540;
}
.TagClassName
{
border-color: #019540;
}
</style>