Shades of Pigment Green #019241
Tints of Pigment Green #019241
RGB
CMYK
RGB Variations
Color information
#019241 (or 0x019241) is known color: Pigment Green. HEX triplet: 01, 92 and 41. RGB value is (1,146,65). Sum of RGB (Red+Green+Blue) = 1+146+65=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #019241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019241 is #FE6DBE. Grayscale: #5D5D5D. Windows color (decimal): -16674239 or 4297217. OLE color: 4297217.
HSL color Cylindrical-coordinate representation of color #019241: hue angle of 146.48º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019241 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 65 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.43 |
| HSL | 146.48º | 0.99% | 0.29% | - |
| HSV(B) | 146.48º | 0.99% | 0.57% | - |
| XYZ | 11.25 | 20.95 | 8.45 | - |
| YUV | 93.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 65 | 0.99 | 0 | 0.55 | 0.43 | 146.48 | 0.99 | 0.29 |
| Hex | 1 | 92 | 41 | 63 | 0 | 37 | 2B | 92 | 63 | 1D |
| Octal | 1 | 222 | 101 | 143 | 0 | 67 | 53 | 222 | 143 | 35 |
| Binary | 1 | 10010010 | 1000001 | 1100011 | 0 | 110111 | 101011 | 10010010 | 1100011 | 11101 |
Color Harmonies of #019241
Complementary color
Monochromatic Colors of #019241
Black with #019241
Text Example
Text Example
White with #019241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019241; }
p { color: rgb(1,146,65); }
H1.HeaderClassName
{
color: #019241;
}
.AnyTagClassName
{
color: #019241;
}
</style>
background-color css
<style>
a { background-color: #019241; }
a { background-color: rgb(1,146,65); }
div.DivClassName
{
background-color: #019241;
}
.BgClassName
{
background-color: #019241;
}
</style>
border-color css
<style>
span { border-color: #019241; }
span { border-color: rgb(1,146,65); }
td.TdClassName
{
border-color: #019241;
}
.TagClassName
{
border-color: #019241;
}
</style>