Shades of Pigment Green #029E3F
Tints of Pigment Green #029E3F
RGB
CMYK
RGB Variations
Color information
#029E3F (or 0x029E3F) is known color: Pigment Green. HEX triplet: 02, 9E and 3F. RGB value is (2,158,63). Sum of RGB (Red+Green+Blue) = 2+158+63=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #029E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E3F is #FD61C0. Grayscale: #646464. Windows color (decimal): -16605633 or 4169218. OLE color: 4169218.
HSL color Cylindrical-coordinate representation of color #029E3F: hue angle of 143.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E3F is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 63 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.38 |
| HSL | 143.46º | 0.98% | 0.31% | - |
| HSV(B) | 143.46º | 0.99% | 0.62% | - |
| XYZ | 13.15 | 24.83 | 8.8 | - |
| YUV | 100.53 | 106.82 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 63 | 0.99 | 0 | 0.60 | 0.38 | 143.46 | 0.98 | 0.31 |
| Hex | 2 | 9E | 3F | 63 | 0 | 3C | 26 | 8F | 62 | 1F |
| Octal | 2 | 236 | 77 | 143 | 0 | 74 | 46 | 217 | 142 | 37 |
| Binary | 10 | 10011110 | 111111 | 1100011 | 0 | 111100 | 100110 | 10001111 | 1100010 | 11111 |
Color Harmonies of #029E3F
Complementary color
Monochromatic Colors of #029E3F
Black with #029E3F
Text Example
Text Example
White with #029E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E3F; }
p { color: rgb(2,158,63); }
H1.HeaderClassName
{
color: #029E3F;
}
.AnyTagClassName
{
color: #029E3F;
}
</style>
background-color css
<style>
a { background-color: #029E3F; }
a { background-color: rgb(2,158,63); }
div.DivClassName
{
background-color: #029E3F;
}
.BgClassName
{
background-color: #029E3F;
}
</style>
border-color css
<style>
span { border-color: #029E3F; }
span { border-color: rgb(2,158,63); }
td.TdClassName
{
border-color: #029E3F;
}
.TagClassName
{
border-color: #029E3F;
}
</style>