Shades of Pigment Green #019541
Tints of Pigment Green #019541
RGB
CMYK
RGB Variations
Color information
#019541 (or 0x019541) is known color: Pigment Green. HEX triplet: 01, 95 and 41. RGB value is (1,149,65). Sum of RGB (Red+Green+Blue) = 1+149+65=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #019541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019541 is #FE6ABE. Grayscale: #5F5F5F. Windows color (decimal): -16673471 or 4297985. OLE color: 4297985.
HSL color Cylindrical-coordinate representation of color #019541: hue angle of 145.95º 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 #019541 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 65 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.42 |
| HSL | 145.95º | 0.99% | 0.29% | - |
| HSV(B) | 145.95º | 0.99% | 0.58% | - |
| XYZ | 11.71 | 21.88 | 8.61 | - |
| YUV | 95.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 65 | 0.99 | 0 | 0.56 | 0.42 | 145.95 | 0.99 | 0.29 |
| Hex | 1 | 95 | 41 | 63 | 0 | 38 | 2A | 92 | 63 | 1D |
| Octal | 1 | 225 | 101 | 143 | 0 | 70 | 52 | 222 | 143 | 35 |
| Binary | 1 | 10010101 | 1000001 | 1100011 | 0 | 111000 | 101010 | 10010010 | 1100011 | 11101 |
Color Harmonies of #019541
Complementary color
Monochromatic Colors of #019541
Black with #019541
Text Example
Text Example
White with #019541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019541; }
p { color: rgb(1,149,65); }
H1.HeaderClassName
{
color: #019541;
}
.AnyTagClassName
{
color: #019541;
}
</style>
background-color css
<style>
a { background-color: #019541; }
a { background-color: rgb(1,149,65); }
div.DivClassName
{
background-color: #019541;
}
.BgClassName
{
background-color: #019541;
}
</style>
border-color css
<style>
span { border-color: #019541; }
span { border-color: rgb(1,149,65); }
td.TdClassName
{
border-color: #019541;
}
.TagClassName
{
border-color: #019541;
}
</style>