Shades of Pigment Green #029B31
Tints of Pigment Green #029B31
RGB
CMYK
RGB Variations
Color information
#029B31 (or 0x029B31) is known color: Pigment Green. HEX triplet: 02, 9B and 31. RGB value is (2,155,49). Sum of RGB (Red+Green+Blue) = 2+155+49=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 155 (60.94% from 255 or 75.24% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 155 - color contains mainly: green. Hex color #029B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029B31 is #FD64CE. Grayscale: #616161. Windows color (decimal): -16606415 or 3250946. OLE color: 3250946.
HSL color Cylindrical-coordinate representation of color #029B31: hue angle of 138.43º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B31 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 49 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.39 |
| HSL | 138.43º | 0.97% | 0.31% | - |
| HSV(B) | 138.43º | 0.99% | 0.61% | - |
| XYZ | 12.3 | 23.68 | 6.83 | - |
| YUV | 97.17 | 100.81 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 49 | 0.99 | 0 | 0.68 | 0.39 | 138.43 | 0.97 | 0.31 |
| Hex | 2 | 9B | 31 | 63 | 0 | 44 | 27 | 8A | 61 | 1F |
| Octal | 2 | 233 | 61 | 143 | 0 | 104 | 47 | 212 | 141 | 37 |
| Binary | 10 | 10011011 | 110001 | 1100011 | 0 | 1000100 | 100111 | 10001010 | 1100001 | 11111 |
Color Harmonies of #029B31
Complementary color
Monochromatic Colors of #029B31
Black with #029B31
Text Example
Text Example
White with #029B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B31; }
p { color: rgb(2,155,49); }
H1.HeaderClassName
{
color: #029B31;
}
.AnyTagClassName
{
color: #029B31;
}
</style>
background-color css
<style>
a { background-color: #029B31; }
a { background-color: rgb(2,155,49); }
div.DivClassName
{
background-color: #029B31;
}
.BgClassName
{
background-color: #029B31;
}
</style>
border-color css
<style>
span { border-color: #029B31; }
span { border-color: rgb(2,155,49); }
td.TdClassName
{
border-color: #029B31;
}
.TagClassName
{
border-color: #029B31;
}
</style>