Shades of Pigment Green #029541
Tints of Pigment Green #029541
RGB
CMYK
RGB Variations
Color information
#029541 (or 0x029541) is known color: Pigment Green. HEX triplet: 02, 95 and 41. RGB value is (2,149,65). Sum of RGB (Red+Green+Blue) = 2+149+65=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #029541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029541 is #FD6ABE. Grayscale: #5F5F5F. Windows color (decimal): -16607935 or 4297986. OLE color: 4297986.
HSL color Cylindrical-coordinate representation of color #029541: hue angle of 145.71º 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 #029541 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 65 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.42 |
| HSL | 145.71º | 0.97% | 0.3% | - |
| HSV(B) | 145.71º | 0.99% | 0.58% | - |
| XYZ | 11.73 | 21.89 | 8.61 | - |
| YUV | 95.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 65 | 0.99 | 0 | 0.56 | 0.42 | 145.71 | 0.97 | 0.3 |
| Hex | 2 | 95 | 41 | 63 | 0 | 38 | 2A | 92 | 61 | 1E |
| Octal | 2 | 225 | 101 | 143 | 0 | 70 | 52 | 222 | 141 | 36 |
| Binary | 10 | 10010101 | 1000001 | 1100011 | 0 | 111000 | 101010 | 10010010 | 1100001 | 11110 |
Color Harmonies of #029541
Complementary color
Monochromatic Colors of #029541
Black with #029541
Text Example
Text Example
White with #029541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029541; }
p { color: rgb(2,149,65); }
H1.HeaderClassName
{
color: #029541;
}
.AnyTagClassName
{
color: #029541;
}
</style>
background-color css
<style>
a { background-color: #029541; }
a { background-color: rgb(2,149,65); }
div.DivClassName
{
background-color: #029541;
}
.BgClassName
{
background-color: #029541;
}
</style>
border-color css
<style>
span { border-color: #029541; }
span { border-color: rgb(2,149,65); }
td.TdClassName
{
border-color: #029541;
}
.TagClassName
{
border-color: #029541;
}
</style>