Shades of Pigment Green #018D47
Tints of Pigment Green #018D47
RGB
CMYK
RGB Variations
Color information
#018D47 (or 0x018D47) is known color: Pigment Green. HEX triplet: 01, 8D and 47. RGB value is (1,141,71). Sum of RGB (Red+Green+Blue) = 1+141+71=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #018D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D47 is #FE72B8. Grayscale: #5B5B5B. Windows color (decimal): -16675513 or 4689153. OLE color: 4689153.
HSL color Cylindrical-coordinate representation of color #018D47: hue angle of 150º 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 #018D47 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 71 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.45 |
| HSL | 150º | 0.99% | 0.28% | - |
| HSV(B) | 150º | 0.99% | 0.55% | - |
| XYZ | 10.67 | 19.51 | 9.16 | - |
| YUV | 91.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 71 | 0.99 | 0 | 0.50 | 0.45 | 150 | 0.99 | 0.28 |
| Hex | 1 | 8D | 47 | 63 | 0 | 32 | 2D | 96 | 63 | 1C |
| Octal | 1 | 215 | 107 | 143 | 0 | 62 | 55 | 226 | 143 | 34 |
| Binary | 1 | 10001101 | 1000111 | 1100011 | 0 | 110010 | 101101 | 10010110 | 1100011 | 11100 |
Color Harmonies of #018D47
Complementary color
Monochromatic Colors of #018D47
Black with #018D47
Text Example
Text Example
White with #018D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D47; }
p { color: rgb(1,141,71); }
H1.HeaderClassName
{
color: #018D47;
}
.AnyTagClassName
{
color: #018D47;
}
</style>
background-color css
<style>
a { background-color: #018D47; }
a { background-color: rgb(1,141,71); }
div.DivClassName
{
background-color: #018D47;
}
.BgClassName
{
background-color: #018D47;
}
</style>
border-color css
<style>
span { border-color: #018D47; }
span { border-color: rgb(1,141,71); }
td.TdClassName
{
border-color: #018D47;
}
.TagClassName
{
border-color: #018D47;
}
</style>