Shades of Pigment Green #029E3D
Tints of Pigment Green #029E3D
RGB
CMYK
RGB Variations
Color information
#029E3D (or 0x029E3D) is known color: Pigment Green. HEX triplet: 02, 9E and 3D. RGB value is (2,158,61). Sum of RGB (Red+Green+Blue) = 2+158+61=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 158 (62.11% from 255 or 71.49% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 158 - color contains mainly: green. Hex color #029E3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E3D is #FD61C2. Grayscale: #646464. Windows color (decimal): -16605635 or 4038146. OLE color: 4038146.
HSL color Cylindrical-coordinate representation of color #029E3D: hue angle of 142.69º 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 #029E3D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 61 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.38 |
| HSL | 142.69º | 0.98% | 0.31% | - |
| HSV(B) | 142.69º | 0.99% | 0.62% | - |
| XYZ | 13.09 | 24.8 | 8.51 | - |
| YUV | 100.3 | 105.82 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 61 | 0.99 | 0 | 0.61 | 0.38 | 142.69 | 0.98 | 0.31 |
| Hex | 2 | 9E | 3D | 63 | 0 | 3D | 26 | 8F | 62 | 1F |
| Octal | 2 | 236 | 75 | 143 | 0 | 75 | 46 | 217 | 142 | 37 |
| Binary | 10 | 10011110 | 111101 | 1100011 | 0 | 111101 | 100110 | 10001111 | 1100010 | 11111 |
Color Harmonies of #029E3D
Complementary color
Monochromatic Colors of #029E3D
Black with #029E3D
Text Example
Text Example
White with #029E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E3D; }
p { color: rgb(2,158,61); }
H1.HeaderClassName
{
color: #029E3D;
}
.AnyTagClassName
{
color: #029E3D;
}
</style>
background-color css
<style>
a { background-color: #029E3D; }
a { background-color: rgb(2,158,61); }
div.DivClassName
{
background-color: #029E3D;
}
.BgClassName
{
background-color: #029E3D;
}
</style>
border-color css
<style>
span { border-color: #029E3D; }
span { border-color: rgb(2,158,61); }
td.TdClassName
{
border-color: #029E3D;
}
.TagClassName
{
border-color: #029E3D;
}
</style>