Shades of Pigment Green #029135
Tints of Pigment Green #029135
RGB
CMYK
RGB Variations
Color information
#029135 (or 0x029135) is known color: Pigment Green. HEX triplet: 02, 91 and 35. RGB value is (2,145,53). Sum of RGB (Red+Green+Blue) = 2+145+53=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #029135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029135 is #FD6ECA. Grayscale: #5B5B5B. Windows color (decimal): -16608971 or 3510530. OLE color: 3510530.
HSL color Cylindrical-coordinate representation of color #029135: hue angle of 141.4º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029135 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 53 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.43 |
| HSL | 141.4º | 0.97% | 0.29% | - |
| HSV(B) | 141.4º | 0.99% | 0.57% | - |
| XYZ | 10.79 | 20.52 | 6.76 | - |
| YUV | 91.76 | 106.12 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 53 | 0.99 | 0 | 0.63 | 0.43 | 141.4 | 0.97 | 0.29 |
| Hex | 2 | 91 | 35 | 63 | 0 | 3F | 2B | 8D | 61 | 1D |
| Octal | 2 | 221 | 65 | 143 | 0 | 77 | 53 | 215 | 141 | 35 |
| Binary | 10 | 10010001 | 110101 | 1100011 | 0 | 111111 | 101011 | 10001101 | 1100001 | 11101 |
Color Harmonies of #029135
Complementary color
Monochromatic Colors of #029135
Black with #029135
Text Example
Text Example
White with #029135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029135; }
p { color: rgb(2,145,53); }
H1.HeaderClassName
{
color: #029135;
}
.AnyTagClassName
{
color: #029135;
}
</style>
background-color css
<style>
a { background-color: #029135; }
a { background-color: rgb(2,145,53); }
div.DivClassName
{
background-color: #029135;
}
.BgClassName
{
background-color: #029135;
}
</style>
border-color css
<style>
span { border-color: #029135; }
span { border-color: rgb(2,145,53); }
td.TdClassName
{
border-color: #029135;
}
.TagClassName
{
border-color: #029135;
}
</style>