Shades of Pigment Green #02912F
Tints of Pigment Green #02912F
RGB
CMYK
RGB Variations
Color information
#02912F (or 0x02912F) is known color: Pigment Green. HEX triplet: 02, 91 and 2F. RGB value is (2,145,47). Sum of RGB (Red+Green+Blue) = 2+145+47=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #02912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02912F is #FD6ED0. Grayscale: #5B5B5B. Windows color (decimal): -16608977 or 3117314. OLE color: 3117314.
HSL color Cylindrical-coordinate representation of color #02912F: hue angle of 138.88º 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 #02912F is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 47 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.43 |
| HSL | 138.88º | 0.97% | 0.29% | - |
| HSV(B) | 138.88º | 0.99% | 0.57% | - |
| XYZ | 10.66 | 20.47 | 6.08 | - |
| YUV | 91.07 | 103.12 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 47 | 0.99 | 0 | 0.68 | 0.43 | 138.88 | 0.97 | 0.29 |
| Hex | 2 | 91 | 2F | 63 | 0 | 44 | 2B | 8B | 61 | 1D |
| Octal | 2 | 221 | 57 | 143 | 0 | 104 | 53 | 213 | 141 | 35 |
| Binary | 10 | 10010001 | 101111 | 1100011 | 0 | 1000100 | 101011 | 10001011 | 1100001 | 11101 |
Color Harmonies of #02912F
Complementary color
Monochromatic Colors of #02912F
Black with #02912F
Text Example
Text Example
White with #02912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02912F; }
p { color: rgb(2,145,47); }
H1.HeaderClassName
{
color: #02912F;
}
.AnyTagClassName
{
color: #02912F;
}
</style>
background-color css
<style>
a { background-color: #02912F; }
a { background-color: rgb(2,145,47); }
div.DivClassName
{
background-color: #02912F;
}
.BgClassName
{
background-color: #02912F;
}
</style>
border-color css
<style>
span { border-color: #02912F; }
span { border-color: rgb(2,145,47); }
td.TdClassName
{
border-color: #02912F;
}
.TagClassName
{
border-color: #02912F;
}
</style>