Shades of Pigment Green #029E36
Tints of Pigment Green #029E36
RGB
CMYK
RGB Variations
Color information
#029E36 (or 0x029E36) is known color: Pigment Green. HEX triplet: 02, 9E and 36. RGB value is (2,158,54). Sum of RGB (Red+Green+Blue) = 2+158+54=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 158 (62.11% from 255 or 73.83% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 158 - color contains mainly: green. Hex color #029E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E36 is #FD61C9. Grayscale: #636363. Windows color (decimal): -16605642 or 3579394. OLE color: 3579394.
HSL color Cylindrical-coordinate representation of color #029E36: hue angle of 140º 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 #029E36 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 54 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.38 |
| HSL | 140º | 0.98% | 0.31% | - |
| HSV(B) | 140º | 0.99% | 0.62% | - |
| XYZ | 12.92 | 24.73 | 7.58 | - |
| YUV | 99.5 | 102.32 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 54 | 0.99 | 0 | 0.66 | 0.38 | 140 | 0.98 | 0.31 |
| Hex | 2 | 9E | 36 | 63 | 0 | 42 | 26 | 8C | 62 | 1F |
| Octal | 2 | 236 | 66 | 143 | 0 | 102 | 46 | 214 | 142 | 37 |
| Binary | 10 | 10011110 | 110110 | 1100011 | 0 | 1000010 | 100110 | 10001100 | 1100010 | 11111 |
Color Harmonies of #029E36
Complementary color
Monochromatic Colors of #029E36
Black with #029E36
Text Example
Text Example
White with #029E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E36; }
p { color: rgb(2,158,54); }
H1.HeaderClassName
{
color: #029E36;
}
.AnyTagClassName
{
color: #029E36;
}
</style>
background-color css
<style>
a { background-color: #029E36; }
a { background-color: rgb(2,158,54); }
div.DivClassName
{
background-color: #029E36;
}
.BgClassName
{
background-color: #029E36;
}
</style>
border-color css
<style>
span { border-color: #029E36; }
span { border-color: rgb(2,158,54); }
td.TdClassName
{
border-color: #029E36;
}
.TagClassName
{
border-color: #029E36;
}
</style>