Shades of Pigment Green #028F2F
Tints of Pigment Green #028F2F
RGB
CMYK
RGB Variations
Color information
#028F2F (or 0x028F2F) is known color: Pigment Green. HEX triplet: 02, 8F and 2F. RGB value is (2,143,47). Sum of RGB (Red+Green+Blue) = 2+143+47=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 143 (56.25% from 255 or 74.48% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 143 - color contains mainly: green. Hex color #028F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F2F is #FD70D0. Grayscale: #5A5A5A. Windows color (decimal): -16609489 or 3116802. OLE color: 3116802.
HSL color Cylindrical-coordinate representation of color #028F2F: hue angle of 139.15º 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 #028F2F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 47 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.44 |
| HSL | 139.15º | 0.97% | 0.28% | - |
| HSV(B) | 139.15º | 0.99% | 0.56% | - |
| XYZ | 10.36 | 19.86 | 5.98 | - |
| YUV | 89.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 47 | 0.99 | 0 | 0.67 | 0.44 | 139.15 | 0.97 | 0.28 |
| Hex | 2 | 8F | 2F | 63 | 0 | 43 | 2C | 8B | 61 | 1C |
| Octal | 2 | 217 | 57 | 143 | 0 | 103 | 54 | 213 | 141 | 34 |
| Binary | 10 | 10001111 | 101111 | 1100011 | 0 | 1000011 | 101100 | 10001011 | 1100001 | 11100 |
Color Harmonies of #028F2F
Complementary color
Monochromatic Colors of #028F2F
Black with #028F2F
Text Example
Text Example
White with #028F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F2F; }
p { color: rgb(2,143,47); }
H1.HeaderClassName
{
color: #028F2F;
}
.AnyTagClassName
{
color: #028F2F;
}
</style>
background-color css
<style>
a { background-color: #028F2F; }
a { background-color: rgb(2,143,47); }
div.DivClassName
{
background-color: #028F2F;
}
.BgClassName
{
background-color: #028F2F;
}
</style>
border-color css
<style>
span { border-color: #028F2F; }
span { border-color: rgb(2,143,47); }
td.TdClassName
{
border-color: #028F2F;
}
.TagClassName
{
border-color: #028F2F;
}
</style>