Shades of Pigment Green #028E47
Tints of Pigment Green #028E47
RGB
CMYK
RGB Variations
Color information
#028E47 (or 0x028E47) is known color: Pigment Green. HEX triplet: 02, 8E and 47. RGB value is (2,142,71). Sum of RGB (Red+Green+Blue) = 2+142+71=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #028E47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E47 is #FD71B8. Grayscale: #5C5C5C. Windows color (decimal): -16609721 or 4689410. OLE color: 4689410.
HSL color Cylindrical-coordinate representation of color #028E47: hue angle of 149.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E47 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 71 | - |
| CMYK | 0.99 | 0 | 0.5 | 0.44 |
| HSL | 149.57º | 0.97% | 0.28% | - |
| HSV(B) | 149.57º | 0.99% | 0.56% | - |
| XYZ | 10.84 | 19.81 | 9.21 | - |
| YUV | 92.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 71 | 0.99 | 0 | 0.5 | 0.44 | 149.57 | 0.97 | 0.28 |
| Hex | 2 | 8E | 47 | 63 | 0 | 32 | 2C | 96 | 61 | 1C |
| Octal | 2 | 216 | 107 | 143 | 0 | 62 | 54 | 226 | 141 | 34 |
| Binary | 10 | 10001110 | 1000111 | 1100011 | 0 | 110010 | 101100 | 10010110 | 1100001 | 11100 |
Color Harmonies of #028E47
Complementary color
Monochromatic Colors of #028E47
Black with #028E47
Text Example
Text Example
White with #028E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E47; }
p { color: rgb(2,142,71); }
H1.HeaderClassName
{
color: #028E47;
}
.AnyTagClassName
{
color: #028E47;
}
</style>
background-color css
<style>
a { background-color: #028E47; }
a { background-color: rgb(2,142,71); }
div.DivClassName
{
background-color: #028E47;
}
.BgClassName
{
background-color: #028E47;
}
</style>
border-color css
<style>
span { border-color: #028E47; }
span { border-color: rgb(2,142,71); }
td.TdClassName
{
border-color: #028E47;
}
.TagClassName
{
border-color: #028E47;
}
</style>