Shades of Pigment Green #028D43
Tints of Pigment Green #028D43
RGB
CMYK
RGB Variations
Color information
#028D43 (or 0x028D43) is known color: Pigment Green. HEX triplet: 02, 8D and 43. RGB value is (2,141,67). Sum of RGB (Red+Green+Blue) = 2+141+67=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #028D43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D43 is #FD72BC. Grayscale: #5B5B5B. Windows color (decimal): -16609981 or 4427010. OLE color: 4427010.
HSL color Cylindrical-coordinate representation of color #028D43: hue angle of 148.06º 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 #028D43 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 67 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.45 |
| HSL | 148.06º | 0.97% | 0.28% | - |
| HSV(B) | 148.06º | 0.99% | 0.55% | - |
| XYZ | 10.56 | 19.47 | 8.51 | - |
| YUV | 91 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 67 | 0.99 | 0 | 0.52 | 0.45 | 148.06 | 0.97 | 0.28 |
| Hex | 2 | 8D | 43 | 63 | 0 | 34 | 2D | 94 | 61 | 1C |
| Octal | 2 | 215 | 103 | 143 | 0 | 64 | 55 | 224 | 141 | 34 |
| Binary | 10 | 10001101 | 1000011 | 1100011 | 0 | 110100 | 101101 | 10010100 | 1100001 | 11100 |
Color Harmonies of #028D43
Complementary color
Monochromatic Colors of #028D43
Black with #028D43
Text Example
Text Example
White with #028D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D43; }
p { color: rgb(2,141,67); }
H1.HeaderClassName
{
color: #028D43;
}
.AnyTagClassName
{
color: #028D43;
}
</style>
background-color css
<style>
a { background-color: #028D43; }
a { background-color: rgb(2,141,67); }
div.DivClassName
{
background-color: #028D43;
}
.BgClassName
{
background-color: #028D43;
}
</style>
border-color css
<style>
span { border-color: #028D43; }
span { border-color: rgb(2,141,67); }
td.TdClassName
{
border-color: #028D43;
}
.TagClassName
{
border-color: #028D43;
}
</style>