Shades of Pigment Green #028E4F
Tints of Pigment Green #028E4F
RGB
CMYK
RGB Variations
Color information
#028E4F (or 0x028E4F) is known color: Pigment Green. HEX triplet: 02, 8E and 4F. RGB value is (2,142,79). Sum of RGB (Red+Green+Blue) = 2+142+79=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #028E4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E4F is #FD71B0. Grayscale: #5D5D5D. Windows color (decimal): -16609713 or 5213698. OLE color: 5213698.
HSL color Cylindrical-coordinate representation of color #028E4F: hue angle of 153º 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 #028E4F is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 79 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.44 |
| HSL | 153º | 0.97% | 0.28% | - |
| HSV(B) | 153º | 0.99% | 0.56% | - |
| XYZ | 11.11 | 19.92 | 10.66 | - |
| YUV | 92.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 79 | 0.99 | 0 | 0.44 | 0.44 | 153 | 0.97 | 0.28 |
| Hex | 2 | 8E | 4F | 63 | 0 | 2C | 2C | 99 | 61 | 1C |
| Octal | 2 | 216 | 117 | 143 | 0 | 54 | 54 | 231 | 141 | 34 |
| Binary | 10 | 10001110 | 1001111 | 1100011 | 0 | 101100 | 101100 | 10011001 | 1100001 | 11100 |
Color Harmonies of #028E4F
Complementary color
Monochromatic Colors of #028E4F
Black with #028E4F
Text Example
Text Example
White with #028E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E4F; }
p { color: rgb(2,142,79); }
H1.HeaderClassName
{
color: #028E4F;
}
.AnyTagClassName
{
color: #028E4F;
}
</style>
background-color css
<style>
a { background-color: #028E4F; }
a { background-color: rgb(2,142,79); }
div.DivClassName
{
background-color: #028E4F;
}
.BgClassName
{
background-color: #028E4F;
}
</style>
border-color css
<style>
span { border-color: #028E4F; }
span { border-color: rgb(2,142,79); }
td.TdClassName
{
border-color: #028E4F;
}
.TagClassName
{
border-color: #028E4F;
}
</style>