Shades of Pigment Green #02924F
Tints of Pigment Green #02924F
RGB
CMYK
RGB Variations
Color information
#02924F (or 0x02924F) is known color: Pigment Green. HEX triplet: 02, 92 and 4F. RGB value is (2,146,79). Sum of RGB (Red+Green+Blue) = 2+146+79=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #02924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02924F is #FD6DB0. Grayscale: #5F5F5F. Windows color (decimal): -16608689 or 5214722. OLE color: 5214722.
HSL color Cylindrical-coordinate representation of color #02924F: hue angle of 152.08º 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 #02924F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 146 | 79 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.43 |
| HSL | 152.08º | 0.97% | 0.29% | - |
| HSV(B) | 152.08º | 0.99% | 0.57% | - |
| XYZ | 11.72 | 21.14 | 10.86 | - |
| YUV | 95.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 146 | 79 | 0.99 | 0 | 0.46 | 0.43 | 152.08 | 0.97 | 0.29 |
| Hex | 2 | 92 | 4F | 63 | 0 | 2E | 2B | 98 | 61 | 1D |
| Octal | 2 | 222 | 117 | 143 | 0 | 56 | 53 | 230 | 141 | 35 |
| Binary | 10 | 10010010 | 1001111 | 1100011 | 0 | 101110 | 101011 | 10011000 | 1100001 | 11101 |
Color Harmonies of #02924F
Complementary color
Monochromatic Colors of #02924F
Black with #02924F
Text Example
Text Example
White with #02924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02924F; }
p { color: rgb(2,146,79); }
H1.HeaderClassName
{
color: #02924F;
}
.AnyTagClassName
{
color: #02924F;
}
</style>
background-color css
<style>
a { background-color: #02924F; }
a { background-color: rgb(2,146,79); }
div.DivClassName
{
background-color: #02924F;
}
.BgClassName
{
background-color: #02924F;
}
</style>
border-color css
<style>
span { border-color: #02924F; }
span { border-color: rgb(2,146,79); }
td.TdClassName
{
border-color: #02924F;
}
.TagClassName
{
border-color: #02924F;
}
</style>