Shades of Pigment Green #029E38
Tints of Pigment Green #029E38
RGB
CMYK
RGB Variations
Color information
#029E38 (or 0x029E38) is known color: Pigment Green. HEX triplet: 02, 9E and 38. RGB value is (2,158,56). Sum of RGB (Red+Green+Blue) = 2+158+56=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 158 (62.11% from 255 or 73.15% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 158 - color contains mainly: green. Hex color #029E38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E38 is #FD61C7. Grayscale: #636363. Windows color (decimal): -16605640 or 3710466. OLE color: 3710466.
HSL color Cylindrical-coordinate representation of color #029E38: hue angle of 140.77º 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 #029E38 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 56 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.38 |
| HSL | 140.77º | 0.98% | 0.31% | - |
| HSV(B) | 140.77º | 0.99% | 0.62% | - |
| XYZ | 12.97 | 24.75 | 7.84 | - |
| YUV | 99.73 | 103.32 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 56 | 0.99 | 0 | 0.65 | 0.38 | 140.77 | 0.98 | 0.31 |
| Hex | 2 | 9E | 38 | 63 | 0 | 41 | 26 | 8D | 62 | 1F |
| Octal | 2 | 236 | 70 | 143 | 0 | 101 | 46 | 215 | 142 | 37 |
| Binary | 10 | 10011110 | 111000 | 1100011 | 0 | 1000001 | 100110 | 10001101 | 1100010 | 11111 |
Color Harmonies of #029E38
Complementary color
Monochromatic Colors of #029E38
Black with #029E38
Text Example
Text Example
White with #029E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E38; }
p { color: rgb(2,158,56); }
H1.HeaderClassName
{
color: #029E38;
}
.AnyTagClassName
{
color: #029E38;
}
</style>
background-color css
<style>
a { background-color: #029E38; }
a { background-color: rgb(2,158,56); }
div.DivClassName
{
background-color: #029E38;
}
.BgClassName
{
background-color: #029E38;
}
</style>
border-color css
<style>
span { border-color: #029E38; }
span { border-color: rgb(2,158,56); }
td.TdClassName
{
border-color: #029E38;
}
.TagClassName
{
border-color: #029E38;
}
</style>