Shades of Pigment Green #029537
Tints of Pigment Green #029537
RGB
CMYK
RGB Variations
Color information
#029537 (or 0x029537) is known color: Pigment Green. HEX triplet: 02, 95 and 37. RGB value is (2,149,55). Sum of RGB (Red+Green+Blue) = 2+149+55=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #029537 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029537 is #FD6AC8. Grayscale: #5E5E5E. Windows color (decimal): -16607945 or 3642626. OLE color: 3642626.
HSL color Cylindrical-coordinate representation of color #029537: hue angle of 141.63º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029537 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 55 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.42 |
| HSL | 141.63º | 0.97% | 0.3% | - |
| HSV(B) | 141.63º | 0.99% | 0.58% | - |
| XYZ | 11.46 | 21.78 | 7.21 | - |
| YUV | 94.33 | 105.8 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 55 | 0.99 | 0 | 0.63 | 0.42 | 141.63 | 0.97 | 0.3 |
| Hex | 2 | 95 | 37 | 63 | 0 | 3F | 2A | 8E | 61 | 1E |
| Octal | 2 | 225 | 67 | 143 | 0 | 77 | 52 | 216 | 141 | 36 |
| Binary | 10 | 10010101 | 110111 | 1100011 | 0 | 111111 | 101010 | 10001110 | 1100001 | 11110 |
Color Harmonies of #029537
Complementary color
Monochromatic Colors of #029537
Black with #029537
Text Example
Text Example
White with #029537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029537; }
p { color: rgb(2,149,55); }
H1.HeaderClassName
{
color: #029537;
}
.AnyTagClassName
{
color: #029537;
}
</style>
background-color css
<style>
a { background-color: #029537; }
a { background-color: rgb(2,149,55); }
div.DivClassName
{
background-color: #029537;
}
.BgClassName
{
background-color: #029537;
}
</style>
border-color css
<style>
span { border-color: #029537; }
span { border-color: rgb(2,149,55); }
td.TdClassName
{
border-color: #029537;
}
.TagClassName
{
border-color: #029537;
}
</style>