Shades of Pigment Green #018D49
Tints of Pigment Green #018D49
RGB
CMYK
RGB Variations
Color information
#018D49 (or 0x018D49) is known color: Pigment Green. HEX triplet: 01, 8D and 49. RGB value is (1,141,73). Sum of RGB (Red+Green+Blue) = 1+141+73=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #018D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D49 is #FE72B6. Grayscale: #5B5B5B. Windows color (decimal): -16675511 or 4820225. OLE color: 4820225.
HSL color Cylindrical-coordinate representation of color #018D49: hue angle of 150.86º 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 #018D49 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 73 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.45 |
| HSL | 150.86º | 0.99% | 0.28% | - |
| HSV(B) | 150.86º | 0.99% | 0.55% | - |
| XYZ | 10.74 | 19.54 | 9.51 | - |
| YUV | 91.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 73 | 0.99 | 0 | 0.48 | 0.45 | 150.86 | 0.99 | 0.28 |
| Hex | 1 | 8D | 49 | 63 | 0 | 30 | 2D | 97 | 63 | 1C |
| Octal | 1 | 215 | 111 | 143 | 0 | 60 | 55 | 227 | 143 | 34 |
| Binary | 1 | 10001101 | 1001001 | 1100011 | 0 | 110000 | 101101 | 10010111 | 1100011 | 11100 |
Color Harmonies of #018D49
Complementary color
Monochromatic Colors of #018D49
Black with #018D49
Text Example
Text Example
White with #018D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D49; }
p { color: rgb(1,141,73); }
H1.HeaderClassName
{
color: #018D49;
}
.AnyTagClassName
{
color: #018D49;
}
</style>
background-color css
<style>
a { background-color: #018D49; }
a { background-color: rgb(1,141,73); }
div.DivClassName
{
background-color: #018D49;
}
.BgClassName
{
background-color: #018D49;
}
</style>
border-color css
<style>
span { border-color: #018D49; }
span { border-color: rgb(1,141,73); }
td.TdClassName
{
border-color: #018D49;
}
.TagClassName
{
border-color: #018D49;
}
</style>