Shades of Pigment Green #0BAB47
Tints of Pigment Green #0BAB47
RGB
CMYK
RGB Variations
Color information
#0BAB47 (or 0x0BAB47) is known color: Pigment Green. HEX triplet: 0B, AB and 47. RGB value is (11,171,71). Sum of RGB (Red+Green+Blue) = 11+171+71=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 171 (67.19% from 255 or 67.59% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB47 is #F454B8. Grayscale: #707070. Windows color (decimal): -16012473 or 4696843. OLE color: 4696843.
HSL color Cylindrical-coordinate representation of color #0BAB47: hue angle of 142.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB47 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 71 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.33 |
| HSL | 142.5º | 0.88% | 0.36% | - |
| HSV(B) | 142.5º | 0.94% | 0.67% | - |
| XYZ | 15.84 | 29.65 | 10.85 | - |
| YUV | 111.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 71 | 0.94 | 0 | 0.58 | 0.33 | 142.5 | 0.88 | 0.36 |
| Hex | B | AB | 47 | 5E | 0 | 3A | 21 | 8E | 58 | 24 |
| Octal | 13 | 253 | 107 | 136 | 0 | 72 | 41 | 216 | 130 | 44 |
| Binary | 1011 | 10101011 | 1000111 | 1011110 | 0 | 111010 | 100001 | 10001110 | 1011000 | 100100 |
Color Harmonies of #0BAB47
Complementary color
Monochromatic Colors of #0BAB47
Black with #0BAB47
Text Example
Text Example
White with #0BAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB47; }
p { color: rgb(11,171,71); }
H1.HeaderClassName
{
color: #0BAB47;
}
.AnyTagClassName
{
color: #0BAB47;
}
</style>
background-color css
<style>
a { background-color: #0BAB47; }
a { background-color: rgb(11,171,71); }
div.DivClassName
{
background-color: #0BAB47;
}
.BgClassName
{
background-color: #0BAB47;
}
</style>
border-color css
<style>
span { border-color: #0BAB47; }
span { border-color: rgb(11,171,71); }
td.TdClassName
{
border-color: #0BAB47;
}
.TagClassName
{
border-color: #0BAB47;
}
</style>