Shades of Pigment Green #02914E
Tints of Pigment Green #02914E
RGB
CMYK
RGB Variations
Color information
#02914E (or 0x02914E) is known color: Pigment Green. HEX triplet: 02, 91 and 4E. RGB value is (2,145,78). Sum of RGB (Red+Green+Blue) = 2+145+78=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #02914E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02914E is #FD6EB1. Grayscale: #5E5E5E. Windows color (decimal): -16608946 or 5148930. OLE color: 5148930.
HSL color Cylindrical-coordinate representation of color #02914E: hue angle of 151.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02914E is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 78 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.43 |
| HSL | 151.89º | 0.97% | 0.29% | - |
| HSV(B) | 151.89º | 0.99% | 0.57% | - |
| XYZ | 11.53 | 20.81 | 10.62 | - |
| YUV | 94.61 | 118.62 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 78 | 0.99 | 0 | 0.46 | 0.43 | 151.89 | 0.97 | 0.29 |
| Hex | 2 | 91 | 4E | 63 | 0 | 2E | 2B | 98 | 61 | 1D |
| Octal | 2 | 221 | 116 | 143 | 0 | 56 | 53 | 230 | 141 | 35 |
| Binary | 10 | 10010001 | 1001110 | 1100011 | 0 | 101110 | 101011 | 10011000 | 1100001 | 11101 |
Color Harmonies of #02914E
Complementary color
Monochromatic Colors of #02914E
Black with #02914E
Text Example
Text Example
White with #02914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02914E; }
p { color: rgb(2,145,78); }
H1.HeaderClassName
{
color: #02914E;
}
.AnyTagClassName
{
color: #02914E;
}
</style>
background-color css
<style>
a { background-color: #02914E; }
a { background-color: rgb(2,145,78); }
div.DivClassName
{
background-color: #02914E;
}
.BgClassName
{
background-color: #02914E;
}
</style>
border-color css
<style>
span { border-color: #02914E; }
span { border-color: rgb(2,145,78); }
td.TdClassName
{
border-color: #02914E;
}
.TagClassName
{
border-color: #02914E;
}
</style>