Shades of Pigment Green #018D48
Tints of Pigment Green #018D48
RGB
CMYK
RGB Variations
Color information
#018D48 (or 0x018D48) is known color: Pigment Green. HEX triplet: 01, 8D and 48. RGB value is (1,141,72). Sum of RGB (Red+Green+Blue) = 1+141+72=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 141 (55.47% from 255 or 65.89% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 141 - color contains mainly: green. Hex color #018D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D48 is #FE72B7. Grayscale: #5B5B5B. Windows color (decimal): -16675512 or 4754689. OLE color: 4754689.
HSL color Cylindrical-coordinate representation of color #018D48: hue angle of 150.43º 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 #018D48 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 72 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.45 |
| HSL | 150.43º | 0.99% | 0.28% | - |
| HSV(B) | 150.43º | 0.99% | 0.55% | - |
| XYZ | 10.71 | 19.52 | 9.34 | - |
| YUV | 91.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 72 | 0.99 | 0 | 0.49 | 0.45 | 150.43 | 0.99 | 0.28 |
| Hex | 1 | 8D | 48 | 63 | 0 | 31 | 2D | 96 | 63 | 1C |
| Octal | 1 | 215 | 110 | 143 | 0 | 61 | 55 | 226 | 143 | 34 |
| Binary | 1 | 10001101 | 1001000 | 1100011 | 0 | 110001 | 101101 | 10010110 | 1100011 | 11100 |
Color Harmonies of #018D48
Complementary color
Monochromatic Colors of #018D48
Black with #018D48
Text Example
Text Example
White with #018D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D48; }
p { color: rgb(1,141,72); }
H1.HeaderClassName
{
color: #018D48;
}
.AnyTagClassName
{
color: #018D48;
}
</style>
background-color css
<style>
a { background-color: #018D48; }
a { background-color: rgb(1,141,72); }
div.DivClassName
{
background-color: #018D48;
}
.BgClassName
{
background-color: #018D48;
}
</style>
border-color css
<style>
span { border-color: #018D48; }
span { border-color: rgb(1,141,72); }
td.TdClassName
{
border-color: #018D48;
}
.TagClassName
{
border-color: #018D48;
}
</style>