Shades of Pigment Green #0B9747
Tints of Pigment Green #0B9747
RGB
CMYK
RGB Variations
Color information
#0B9747 (or 0x0B9747) is known color: Pigment Green. HEX triplet: 0B, 97 and 47. RGB value is (11,151,71). Sum of RGB (Red+Green+Blue) = 11+151+71=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #0B9747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9747 is #F468B8. Grayscale: #646464. Windows color (decimal): -16017593 or 4691723. OLE color: 4691723.
HSL color Cylindrical-coordinate representation of color #0B9747: hue angle of 145.71º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9747 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 151 | 71 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.41 |
| HSL | 145.71º | 0.86% | 0.32% | - |
| HSV(B) | 145.71º | 0.93% | 0.59% | - |
| XYZ | 12.34 | 22.66 | 9.68 | - |
| YUV | 100.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 151 | 71 | 0.93 | 0 | 0.53 | 0.41 | 145.71 | 0.86 | 0.32 |
| Hex | B | 97 | 47 | 5D | 0 | 35 | 29 | 92 | 56 | 20 |
| Octal | 13 | 227 | 107 | 135 | 0 | 65 | 51 | 222 | 126 | 40 |
| Binary | 1011 | 10010111 | 1000111 | 1011101 | 0 | 110101 | 101001 | 10010010 | 1010110 | 100000 |
Color Harmonies of #0B9747
Complementary color
Monochromatic Colors of #0B9747
Black with #0B9747
Text Example
Text Example
White with #0B9747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9747; }
p { color: rgb(11,151,71); }
H1.HeaderClassName
{
color: #0B9747;
}
.AnyTagClassName
{
color: #0B9747;
}
</style>
background-color css
<style>
a { background-color: #0B9747; }
a { background-color: rgb(11,151,71); }
div.DivClassName
{
background-color: #0B9747;
}
.BgClassName
{
background-color: #0B9747;
}
</style>
border-color css
<style>
span { border-color: #0B9747; }
span { border-color: rgb(11,151,71); }
td.TdClassName
{
border-color: #0B9747;
}
.TagClassName
{
border-color: #0B9747;
}
</style>