Shades of Pigment Green #019F3C
Tints of Pigment Green #019F3C
RGB
CMYK
RGB Variations
Color information
#019F3C (or 0x019F3C) is known color: Pigment Green. HEX triplet: 01, 9F and 3C. RGB value is (1,159,60). Sum of RGB (Red+Green+Blue) = 1+159+60=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 159 (62.5% from 255 or 72.27% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 159 - color contains mainly: green. Hex color #019F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019F3C is #FE60C3. Grayscale: #646464. Windows color (decimal): -16670916 or 3972865. OLE color: 3972865.
HSL color Cylindrical-coordinate representation of color #019F3C: hue angle of 142.41º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F3C is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 60 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.38 |
| HSL | 142.41º | 0.99% | 0.31% | - |
| HSV(B) | 142.41º | 0.99% | 0.62% | - |
| XYZ | 13.23 | 25.13 | 8.43 | - |
| YUV | 100.47 | 105.15 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 60 | 0.99 | 0 | 0.62 | 0.38 | 142.41 | 0.99 | 0.31 |
| Hex | 1 | 9F | 3C | 63 | 0 | 3E | 26 | 8E | 63 | 1F |
| Octal | 1 | 237 | 74 | 143 | 0 | 76 | 46 | 216 | 143 | 37 |
| Binary | 1 | 10011111 | 111100 | 1100011 | 0 | 111110 | 100110 | 10001110 | 1100011 | 11111 |
Color Harmonies of #019F3C
Complementary color
Monochromatic Colors of #019F3C
Black with #019F3C
Text Example
Text Example
White with #019F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F3C; }
p { color: rgb(1,159,60); }
H1.HeaderClassName
{
color: #019F3C;
}
.AnyTagClassName
{
color: #019F3C;
}
</style>
background-color css
<style>
a { background-color: #019F3C; }
a { background-color: rgb(1,159,60); }
div.DivClassName
{
background-color: #019F3C;
}
.BgClassName
{
background-color: #019F3C;
}
</style>
border-color css
<style>
span { border-color: #019F3C; }
span { border-color: rgb(1,159,60); }
td.TdClassName
{
border-color: #019F3C;
}
.TagClassName
{
border-color: #019F3C;
}
</style>