Shades of Pigment Green #019935
Tints of Pigment Green #019935
RGB
CMYK
RGB Variations
Color information
#019935 (or 0x019935) is known color: Pigment Green. HEX triplet: 01, 99 and 35. RGB value is (1,153,53). Sum of RGB (Red+Green+Blue) = 1+153+53=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 153 (60.16% from 255 or 73.91% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 153 - color contains mainly: green. Hex color #019935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019935 is #FE66CA. Grayscale: #606060. Windows color (decimal): -16672459 or 3512577. OLE color: 3512577.
HSL color Cylindrical-coordinate representation of color #019935: hue angle of 140.53º 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 #019935 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 53 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.4 |
| HSL | 140.53º | 0.99% | 0.3% | - |
| HSV(B) | 140.53º | 0.99% | 0.6% | - |
| XYZ | 12.05 | 23.05 | 7.18 | - |
| YUV | 96.15 | 103.64 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 53 | 0.99 | 0 | 0.65 | 0.4 | 140.53 | 0.99 | 0.3 |
| Hex | 1 | 99 | 35 | 63 | 0 | 41 | 28 | 8D | 63 | 1E |
| Octal | 1 | 231 | 65 | 143 | 0 | 101 | 50 | 215 | 143 | 36 |
| Binary | 1 | 10011001 | 110101 | 1100011 | 0 | 1000001 | 101000 | 10001101 | 1100011 | 11110 |
Color Harmonies of #019935
Complementary color
Monochromatic Colors of #019935
Black with #019935
Text Example
Text Example
White with #019935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019935; }
p { color: rgb(1,153,53); }
H1.HeaderClassName
{
color: #019935;
}
.AnyTagClassName
{
color: #019935;
}
</style>
background-color css
<style>
a { background-color: #019935; }
a { background-color: rgb(1,153,53); }
div.DivClassName
{
background-color: #019935;
}
.BgClassName
{
background-color: #019935;
}
</style>
border-color css
<style>
span { border-color: #019935; }
span { border-color: rgb(1,153,53); }
td.TdClassName
{
border-color: #019935;
}
.TagClassName
{
border-color: #019935;
}
</style>