Shades of Pigment Green #028D4B
Tints of Pigment Green #028D4B
RGB
CMYK
RGB Variations
Color information
#028D4B (or 0x028D4B) is known color: Pigment Green. HEX triplet: 02, 8D and 4B. RGB value is (2,141,75). Sum of RGB (Red+Green+Blue) = 2+141+75=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #028D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D4B is #FD72B4. Grayscale: #5C5C5C. Windows color (decimal): -16609973 or 4951298. OLE color: 4951298.
HSL color Cylindrical-coordinate representation of color #028D4B: hue angle of 151.51º 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 #028D4B is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 75 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.45 |
| HSL | 151.51º | 0.97% | 0.28% | - |
| HSV(B) | 151.51º | 0.99% | 0.55% | - |
| XYZ | 10.82 | 19.57 | 9.86 | - |
| YUV | 91.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 75 | 0.99 | 0 | 0.47 | 0.45 | 151.51 | 0.97 | 0.28 |
| Hex | 2 | 8D | 4B | 63 | 0 | 2F | 2D | 98 | 61 | 1C |
| Octal | 2 | 215 | 113 | 143 | 0 | 57 | 55 | 230 | 141 | 34 |
| Binary | 10 | 10001101 | 1001011 | 1100011 | 0 | 101111 | 101101 | 10011000 | 1100001 | 11100 |
Color Harmonies of #028D4B
Complementary color
Monochromatic Colors of #028D4B
Black with #028D4B
Text Example
Text Example
White with #028D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D4B; }
p { color: rgb(2,141,75); }
H1.HeaderClassName
{
color: #028D4B;
}
.AnyTagClassName
{
color: #028D4B;
}
</style>
background-color css
<style>
a { background-color: #028D4B; }
a { background-color: rgb(2,141,75); }
div.DivClassName
{
background-color: #028D4B;
}
.BgClassName
{
background-color: #028D4B;
}
</style>
border-color css
<style>
span { border-color: #028D4B; }
span { border-color: rgb(2,141,75); }
td.TdClassName
{
border-color: #028D4B;
}
.TagClassName
{
border-color: #028D4B;
}
</style>