Shades of Pigment Green #009B31
Tints of Pigment Green #009B31
RGB
CMYK
RGB Variations
Color information
#009B31 (or 0x009B31) is known color: Pigment Green. HEX triplet: 00, 9B and 31. RGB value is (0,155,49). Sum of RGB (Red+Green+Blue) = 0+155+49=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 155 (60.94% from 255 or 75.98% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 155 - color contains mainly: green. Hex color #009B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009B31 is #FF64CE. Grayscale: #606060. Windows color (decimal): -16737487 or 3250944. OLE color: 3250944.
HSL color Cylindrical-coordinate representation of color #009B31: hue angle of 138.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B31 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 49 | - |
| CMYK | 1 | 0 | 0.68 | 0.39 |
| HSL | 138.97º | 1% | 0.3% | - |
| HSV(B) | 138.97º | 1% | 0.61% | - |
| XYZ | 12.28 | 23.66 | 6.83 | - |
| YUV | 96.57 | 101.15 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 49 | 1 | 0 | 0.68 | 0.39 | 138.97 | 1 | 0.3 |
| Hex | 0 | 9B | 31 | 64 | 0 | 44 | 27 | 8B | 64 | 1E |
| Octal | 0 | 233 | 61 | 144 | 0 | 104 | 47 | 213 | 144 | 36 |
| Binary | 0 | 10011011 | 110001 | 1100100 | 0 | 1000100 | 100111 | 10001011 | 1100100 | 11110 |
Color Harmonies of #009B31
Complementary color
Monochromatic Colors of #009B31
Black with #009B31
Text Example
Text Example
White with #009B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B31; }
p { color: rgb(0,155,49); }
H1.HeaderClassName
{
color: #009B31;
}
.AnyTagClassName
{
color: #009B31;
}
</style>
background-color css
<style>
a { background-color: #009B31; }
a { background-color: rgb(0,155,49); }
div.DivClassName
{
background-color: #009B31;
}
.BgClassName
{
background-color: #009B31;
}
</style>
border-color css
<style>
span { border-color: #009B31; }
span { border-color: rgb(0,155,49); }
td.TdClassName
{
border-color: #009B31;
}
.TagClassName
{
border-color: #009B31;
}
</style>