Shades of Pigment Green #019D4D
Tints of Pigment Green #019D4D
RGB
CMYK
RGB Variations
Color information
#019D4D (or 0x019D4D) is known color: Pigment Green. HEX triplet: 01, 9D and 4D. RGB value is (1,157,77). Sum of RGB (Red+Green+Blue) = 1+157+77=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 157 (61.72% from 255 or 66.81% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 157 - color contains mainly: green. Hex color #019D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019D4D is #FE62B2. Grayscale: #656565. Windows color (decimal): -16671411 or 5086465. OLE color: 5086465.
HSL color Cylindrical-coordinate representation of color #019D4D: hue angle of 149.23º 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 #019D4D is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 77 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.38 |
| HSL | 149.23º | 0.99% | 0.31% | - |
| HSV(B) | 149.23º | 0.99% | 0.62% | - |
| XYZ | 13.41 | 24.66 | 11.07 | - |
| YUV | 101.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 77 | 0.99 | 0 | 0.51 | 0.38 | 149.23 | 0.99 | 0.31 |
| Hex | 1 | 9D | 4D | 63 | 0 | 33 | 26 | 95 | 63 | 1F |
| Octal | 1 | 235 | 115 | 143 | 0 | 63 | 46 | 225 | 143 | 37 |
| Binary | 1 | 10011101 | 1001101 | 1100011 | 0 | 110011 | 100110 | 10010101 | 1100011 | 11111 |
Color Harmonies of #019D4D
Complementary color
Monochromatic Colors of #019D4D
Black with #019D4D
Text Example
Text Example
White with #019D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D4D; }
p { color: rgb(1,157,77); }
H1.HeaderClassName
{
color: #019D4D;
}
.AnyTagClassName
{
color: #019D4D;
}
</style>
background-color css
<style>
a { background-color: #019D4D; }
a { background-color: rgb(1,157,77); }
div.DivClassName
{
background-color: #019D4D;
}
.BgClassName
{
background-color: #019D4D;
}
</style>
border-color css
<style>
span { border-color: #019D4D; }
span { border-color: rgb(1,157,77); }
td.TdClassName
{
border-color: #019D4D;
}
.TagClassName
{
border-color: #019D4D;
}
</style>