Shades of Pigment Green #028E36
Tints of Pigment Green #028E36
RGB
CMYK
RGB Variations
Color information
#028E36 (or 0x028E36) is known color: Pigment Green. HEX triplet: 02, 8E and 36. RGB value is (2,142,54). Sum of RGB (Red+Green+Blue) = 2+142+54=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 142 (55.86% from 255 or 71.72% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 142 - color contains mainly: green. Hex color #028E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E36 is #FD71C9. Grayscale: #5A5A5A. Windows color (decimal): -16609738 or 3575298. OLE color: 3575298.
HSL color Cylindrical-coordinate representation of color #028E36: hue angle of 142.29º 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 #028E36 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 54 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.44 |
| HSL | 142.29º | 0.97% | 0.28% | - |
| HSV(B) | 142.29º | 0.99% | 0.56% | - |
| XYZ | 10.36 | 19.63 | 6.73 | - |
| YUV | 90.11 | 107.62 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 54 | 0.99 | 0 | 0.62 | 0.44 | 142.29 | 0.97 | 0.28 |
| Hex | 2 | 8E | 36 | 63 | 0 | 3E | 2C | 8E | 61 | 1C |
| Octal | 2 | 216 | 66 | 143 | 0 | 76 | 54 | 216 | 141 | 34 |
| Binary | 10 | 10001110 | 110110 | 1100011 | 0 | 111110 | 101100 | 10001110 | 1100001 | 11100 |
Color Harmonies of #028E36
Complementary color
Monochromatic Colors of #028E36
Black with #028E36
Text Example
Text Example
White with #028E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E36; }
p { color: rgb(2,142,54); }
H1.HeaderClassName
{
color: #028E36;
}
.AnyTagClassName
{
color: #028E36;
}
</style>
background-color css
<style>
a { background-color: #028E36; }
a { background-color: rgb(2,142,54); }
div.DivClassName
{
background-color: #028E36;
}
.BgClassName
{
background-color: #028E36;
}
</style>
border-color css
<style>
span { border-color: #028E36; }
span { border-color: rgb(2,142,54); }
td.TdClassName
{
border-color: #028E36;
}
.TagClassName
{
border-color: #028E36;
}
</style>