Shades of Pigment Green #028F40
Tints of Pigment Green #028F40
RGB
CMYK
RGB Variations
Color information
#028F40 (or 0x028F40) is known color: Pigment Green. HEX triplet: 02, 8F and 40. RGB value is (2,143,64). Sum of RGB (Red+Green+Blue) = 2+143+64=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 143 (56.25% from 255 or 68.42% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 143 - color contains mainly: green. Hex color #028F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F40 is #FD70BF. Grayscale: #5C5C5C. Windows color (decimal): -16609472 or 4230914. OLE color: 4230914.
HSL color Cylindrical-coordinate representation of color #028F40: hue angle of 146.38º 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 #028F40 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 64 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.44 |
| HSL | 146.38º | 0.97% | 0.28% | - |
| HSV(B) | 146.38º | 0.99% | 0.56% | - |
| XYZ | 10.77 | 20.03 | 8.15 | - |
| YUV | 91.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 64 | 0.99 | 0 | 0.55 | 0.44 | 146.38 | 0.97 | 0.28 |
| Hex | 2 | 8F | 40 | 63 | 0 | 37 | 2C | 92 | 61 | 1C |
| Octal | 2 | 217 | 100 | 143 | 0 | 67 | 54 | 222 | 141 | 34 |
| Binary | 10 | 10001111 | 1000000 | 1100011 | 0 | 110111 | 101100 | 10010010 | 1100001 | 11100 |
Color Harmonies of #028F40
Complementary color
Monochromatic Colors of #028F40
Black with #028F40
Text Example
Text Example
White with #028F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F40; }
p { color: rgb(2,143,64); }
H1.HeaderClassName
{
color: #028F40;
}
.AnyTagClassName
{
color: #028F40;
}
</style>
background-color css
<style>
a { background-color: #028F40; }
a { background-color: rgb(2,143,64); }
div.DivClassName
{
background-color: #028F40;
}
.BgClassName
{
background-color: #028F40;
}
</style>
border-color css
<style>
span { border-color: #028F40; }
span { border-color: rgb(2,143,64); }
td.TdClassName
{
border-color: #028F40;
}
.TagClassName
{
border-color: #028F40;
}
</style>