Shades of Pigment Green #029436
Tints of Pigment Green #029436
RGB
CMYK
RGB Variations
Color information
#029436 (or 0x029436) is known color: Pigment Green. HEX triplet: 02, 94 and 36. RGB value is (2,148,54). Sum of RGB (Red+Green+Blue) = 2+148+54=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #029436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029436 is #FD6BC9. Grayscale: #5D5D5D. Windows color (decimal): -16608202 or 3576834. OLE color: 3576834.
HSL color Cylindrical-coordinate representation of color #029436: hue angle of 141.37º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029436 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 54 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.42 |
| HSL | 141.37º | 0.97% | 0.29% | - |
| HSV(B) | 141.37º | 0.99% | 0.58% | - |
| XYZ | 11.28 | 21.46 | 7.04 | - |
| YUV | 93.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 54 | 0.99 | 0 | 0.64 | 0.42 | 141.37 | 0.97 | 0.29 |
| Hex | 2 | 94 | 36 | 63 | 0 | 40 | 2A | 8D | 61 | 1D |
| Octal | 2 | 224 | 66 | 143 | 0 | 100 | 52 | 215 | 141 | 35 |
| Binary | 10 | 10010100 | 110110 | 1100011 | 0 | 1000000 | 101010 | 10001101 | 1100001 | 11101 |
Color Harmonies of #029436
Complementary color
Monochromatic Colors of #029436
Black with #029436
Text Example
Text Example
White with #029436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029436; }
p { color: rgb(2,148,54); }
H1.HeaderClassName
{
color: #029436;
}
.AnyTagClassName
{
color: #029436;
}
</style>
background-color css
<style>
a { background-color: #029436; }
a { background-color: rgb(2,148,54); }
div.DivClassName
{
background-color: #029436;
}
.BgClassName
{
background-color: #029436;
}
</style>
border-color css
<style>
span { border-color: #029436; }
span { border-color: rgb(2,148,54); }
td.TdClassName
{
border-color: #029436;
}
.TagClassName
{
border-color: #029436;
}
</style>