Shades of Pigment Green #028C42
Tints of Pigment Green #028C42
RGB
CMYK
RGB Variations
Color information
#028C42 (or 0x028C42) is known color: Pigment Green. HEX triplet: 02, 8C and 42. RGB value is (2,140,66). Sum of RGB (Red+Green+Blue) = 2+140+66=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 140 (55.08% from 255 or 67.31% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 140 - color contains mainly: green. Hex color #028C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C42 is #FD73BD. Grayscale: #5A5A5A. Windows color (decimal): -16610238 or 4361218. OLE color: 4361218.
HSL color Cylindrical-coordinate representation of color #028C42: hue angle of 147.83º 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 #028C42 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 66 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.45 |
| HSL | 147.83º | 0.97% | 0.28% | - |
| HSV(B) | 147.83º | 0.99% | 0.55% | - |
| XYZ | 10.39 | 19.16 | 8.31 | - |
| YUV | 90.3 | 114.28 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 66 | 0.99 | 0 | 0.53 | 0.45 | 147.83 | 0.97 | 0.28 |
| Hex | 2 | 8C | 42 | 63 | 0 | 35 | 2D | 94 | 61 | 1C |
| Octal | 2 | 214 | 102 | 143 | 0 | 65 | 55 | 224 | 141 | 34 |
| Binary | 10 | 10001100 | 1000010 | 1100011 | 0 | 110101 | 101101 | 10010100 | 1100001 | 11100 |
Color Harmonies of #028C42
Complementary color
Monochromatic Colors of #028C42
Black with #028C42
Text Example
Text Example
White with #028C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C42; }
p { color: rgb(2,140,66); }
H1.HeaderClassName
{
color: #028C42;
}
.AnyTagClassName
{
color: #028C42;
}
</style>
background-color css
<style>
a { background-color: #028C42; }
a { background-color: rgb(2,140,66); }
div.DivClassName
{
background-color: #028C42;
}
.BgClassName
{
background-color: #028C42;
}
</style>
border-color css
<style>
span { border-color: #028C42; }
span { border-color: rgb(2,140,66); }
td.TdClassName
{
border-color: #028C42;
}
.TagClassName
{
border-color: #028C42;
}
</style>