Shades of Pigment Green #028C46
Tints of Pigment Green #028C46
RGB
CMYK
RGB Variations
Color information
#028C46 (or 0x028C46) is known color: Pigment Green. HEX triplet: 02, 8C and 46. RGB value is (2,140,70). Sum of RGB (Red+Green+Blue) = 2+140+70=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #028C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C46 is #FD73B9. Grayscale: #5A5A5A. Windows color (decimal): -16610234 or 4623362. OLE color: 4623362.
HSL color Cylindrical-coordinate representation of color #028C46: hue angle of 149.57º degrees, saturation: 0.97, 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 #028C46 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 70 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.45 |
| HSL | 149.57º | 0.97% | 0.28% | - |
| HSV(B) | 149.57º | 0.99% | 0.55% | - |
| XYZ | 10.51 | 19.21 | 8.95 | - |
| YUV | 90.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 70 | 0.99 | 0 | 0.50 | 0.45 | 149.57 | 0.97 | 0.28 |
| Hex | 2 | 8C | 46 | 63 | 0 | 32 | 2D | 96 | 61 | 1C |
| Octal | 2 | 214 | 106 | 143 | 0 | 62 | 55 | 226 | 141 | 34 |
| Binary | 10 | 10001100 | 1000110 | 1100011 | 0 | 110010 | 101101 | 10010110 | 1100001 | 11100 |
Color Harmonies of #028C46
Complementary color
Monochromatic Colors of #028C46
Black with #028C46
Text Example
Text Example
White with #028C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C46; }
p { color: rgb(2,140,70); }
H1.HeaderClassName
{
color: #028C46;
}
.AnyTagClassName
{
color: #028C46;
}
</style>
background-color css
<style>
a { background-color: #028C46; }
a { background-color: rgb(2,140,70); }
div.DivClassName
{
background-color: #028C46;
}
.BgClassName
{
background-color: #028C46;
}
</style>
border-color css
<style>
span { border-color: #028C46; }
span { border-color: rgb(2,140,70); }
td.TdClassName
{
border-color: #028C46;
}
.TagClassName
{
border-color: #028C46;
}
</style>