Shades of Pigment Green #009B2F
Tints of Pigment Green #009B2F
RGB
CMYK
RGB Variations
Color information
#009B2F (or 0x009B2F) is known color: Pigment Green. HEX triplet: 00, 9B and 2F. RGB value is (0,155,47). Sum of RGB (Red+Green+Blue) = 0+155+47=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 155 (60.94% from 255 or 76.73% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 155 - color contains mainly: green. Hex color #009B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009B2F is #FF64D0. Grayscale: #606060. Windows color (decimal): -16737489 or 3119872. OLE color: 3119872.
HSL color Cylindrical-coordinate representation of color #009B2F: hue angle of 138.19º 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 #009B2F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 47 | - |
| CMYK | 1 | 0 | 0.70 | 0.39 |
| HSL | 138.19º | 1% | 0.3% | - |
| HSV(B) | 138.19º | 1% | 0.61% | - |
| XYZ | 12.23 | 23.65 | 6.61 | - |
| YUV | 96.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 47 | 1 | 0 | 0.70 | 0.39 | 138.19 | 1 | 0.3 |
| Hex | 0 | 9B | 2F | 64 | 0 | 46 | 27 | 8A | 64 | 1E |
| Octal | 0 | 233 | 57 | 144 | 0 | 106 | 47 | 212 | 144 | 36 |
| Binary | 0 | 10011011 | 101111 | 1100100 | 0 | 1000110 | 100111 | 10001010 | 1100100 | 11110 |
Color Harmonies of #009B2F
Complementary color
Monochromatic Colors of #009B2F
Black with #009B2F
Text Example
Text Example
White with #009B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B2F; }
p { color: rgb(0,155,47); }
H1.HeaderClassName
{
color: #009B2F;
}
.AnyTagClassName
{
color: #009B2F;
}
</style>
background-color css
<style>
a { background-color: #009B2F; }
a { background-color: rgb(0,155,47); }
div.DivClassName
{
background-color: #009B2F;
}
.BgClassName
{
background-color: #009B2F;
}
</style>
border-color css
<style>
span { border-color: #009B2F; }
span { border-color: rgb(0,155,47); }
td.TdClassName
{
border-color: #009B2F;
}
.TagClassName
{
border-color: #009B2F;
}
</style>