Shades of Pigment Green #018D46
Tints of Pigment Green #018D46
RGB
CMYK
RGB Variations
Color information
#018D46 (or 0x018D46) is known color: Pigment Green. HEX triplet: 01, 8D and 46. RGB value is (1,141,70). Sum of RGB (Red+Green+Blue) = 1+141+70=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #018D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D46 is #FE72B9. Grayscale: #5B5B5B. Windows color (decimal): -16675514 or 4623617. OLE color: 4623617.
HSL color Cylindrical-coordinate representation of color #018D46: hue angle of 149.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D46 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 70 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.45 |
| HSL | 149.57º | 0.99% | 0.28% | - |
| HSV(B) | 149.57º | 0.99% | 0.55% | - |
| XYZ | 10.64 | 19.5 | 9 | - |
| YUV | 91.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 70 | 0.99 | 0 | 0.50 | 0.45 | 149.57 | 0.99 | 0.28 |
| Hex | 1 | 8D | 46 | 63 | 0 | 32 | 2D | 96 | 63 | 1C |
| Octal | 1 | 215 | 106 | 143 | 0 | 62 | 55 | 226 | 143 | 34 |
| Binary | 1 | 10001101 | 1000110 | 1100011 | 0 | 110010 | 101101 | 10010110 | 1100011 | 11100 |
Color Harmonies of #018D46
Complementary color
Monochromatic Colors of #018D46
Black with #018D46
Text Example
Text Example
White with #018D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D46; }
p { color: rgb(1,141,70); }
H1.HeaderClassName
{
color: #018D46;
}
.AnyTagClassName
{
color: #018D46;
}
</style>
background-color css
<style>
a { background-color: #018D46; }
a { background-color: rgb(1,141,70); }
div.DivClassName
{
background-color: #018D46;
}
.BgClassName
{
background-color: #018D46;
}
</style>
border-color css
<style>
span { border-color: #018D46; }
span { border-color: rgb(1,141,70); }
td.TdClassName
{
border-color: #018D46;
}
.TagClassName
{
border-color: #018D46;
}
</style>