Shades of Pigment Green #028D3D
Tints of Pigment Green #028D3D
RGB
CMYK
RGB Variations
Color information
#028D3D (or 0x028D3D) is known color: Pigment Green. HEX triplet: 02, 8D and 3D. RGB value is (2,141,61). Sum of RGB (Red+Green+Blue) = 2+141+61=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #028D3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D3D is #FD72C2. Grayscale: #5A5A5A. Windows color (decimal): -16609987 or 4033794. OLE color: 4033794.
HSL color Cylindrical-coordinate representation of color #028D3D: hue angle of 145.47º 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 #028D3D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 61 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.45 |
| HSL | 145.47º | 0.97% | 0.28% | - |
| HSV(B) | 145.47º | 0.99% | 0.55% | - |
| XYZ | 10.39 | 19.4 | 7.61 | - |
| YUV | 90.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 61 | 0.99 | 0 | 0.57 | 0.45 | 145.47 | 0.97 | 0.28 |
| Hex | 2 | 8D | 3D | 63 | 0 | 39 | 2D | 91 | 61 | 1C |
| Octal | 2 | 215 | 75 | 143 | 0 | 71 | 55 | 221 | 141 | 34 |
| Binary | 10 | 10001101 | 111101 | 1100011 | 0 | 111001 | 101101 | 10010001 | 1100001 | 11100 |
Color Harmonies of #028D3D
Complementary color
Monochromatic Colors of #028D3D
Black with #028D3D
Text Example
Text Example
White with #028D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D3D; }
p { color: rgb(2,141,61); }
H1.HeaderClassName
{
color: #028D3D;
}
.AnyTagClassName
{
color: #028D3D;
}
</style>
background-color css
<style>
a { background-color: #028D3D; }
a { background-color: rgb(2,141,61); }
div.DivClassName
{
background-color: #028D3D;
}
.BgClassName
{
background-color: #028D3D;
}
</style>
border-color css
<style>
span { border-color: #028D3D; }
span { border-color: rgb(2,141,61); }
td.TdClassName
{
border-color: #028D3D;
}
.TagClassName
{
border-color: #028D3D;
}
</style>