Shades of Pigment Green #028C4C
Tints of Pigment Green #028C4C
RGB
CMYK
RGB Variations
Color information
#028C4C (or 0x028C4C) is known color: Pigment Green. HEX triplet: 02, 8C and 4C. RGB value is (2,140,76). Sum of RGB (Red+Green+Blue) = 2+140+76=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #028C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C4C is #FD73B3. Grayscale: #5B5B5B. Windows color (decimal): -16610228 or 5016578. OLE color: 5016578.
HSL color Cylindrical-coordinate representation of color #028C4C: hue angle of 152.17º 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 #028C4C is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 76 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.45 |
| HSL | 152.17º | 0.97% | 0.28% | - |
| HSV(B) | 152.17º | 0.99% | 0.55% | - |
| XYZ | 10.71 | 19.29 | 10 | - |
| YUV | 91.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 76 | 0.99 | 0 | 0.46 | 0.45 | 152.17 | 0.97 | 0.28 |
| Hex | 2 | 8C | 4C | 63 | 0 | 2E | 2D | 98 | 61 | 1C |
| Octal | 2 | 214 | 114 | 143 | 0 | 56 | 55 | 230 | 141 | 34 |
| Binary | 10 | 10001100 | 1001100 | 1100011 | 0 | 101110 | 101101 | 10011000 | 1100001 | 11100 |
Color Harmonies of #028C4C
Complementary color
Monochromatic Colors of #028C4C
Black with #028C4C
Text Example
Text Example
White with #028C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C4C; }
p { color: rgb(2,140,76); }
H1.HeaderClassName
{
color: #028C4C;
}
.AnyTagClassName
{
color: #028C4C;
}
</style>
background-color css
<style>
a { background-color: #028C4C; }
a { background-color: rgb(2,140,76); }
div.DivClassName
{
background-color: #028C4C;
}
.BgClassName
{
background-color: #028C4C;
}
</style>
border-color css
<style>
span { border-color: #028C4C; }
span { border-color: rgb(2,140,76); }
td.TdClassName
{
border-color: #028C4C;
}
.TagClassName
{
border-color: #028C4C;
}
</style>