Shades of Pigment Green #0B983B
Tints of Pigment Green #0B983B
RGB
CMYK
RGB Variations
Color information
#0B983B (or 0x0B983B) is known color: Pigment Green. HEX triplet: 0B, 98 and 3B. RGB value is (11,152,59). Sum of RGB (Red+Green+Blue) = 11+152+59=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #0B983B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B983B is #F467C4. Grayscale: #636363. Windows color (decimal): -16017349 or 3905547. OLE color: 3905547.
HSL color Cylindrical-coordinate representation of color #0B983B: hue angle of 140.43º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B983B is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 152 | 59 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.40 |
| HSL | 140.43º | 0.87% | 0.32% | - |
| HSV(B) | 140.43º | 0.93% | 0.6% | - |
| XYZ | 12.16 | 22.84 | 7.91 | - |
| YUV | 99.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 152 | 59 | 0.93 | 0 | 0.61 | 0.40 | 140.43 | 0.87 | 0.32 |
| Hex | B | 98 | 3B | 5D | 0 | 3D | 28 | 8C | 57 | 20 |
| Octal | 13 | 230 | 73 | 135 | 0 | 75 | 50 | 214 | 127 | 40 |
| Binary | 1011 | 10011000 | 111011 | 1011101 | 0 | 111101 | 101000 | 10001100 | 1010111 | 100000 |
Color Harmonies of #0B983B
Complementary color
Monochromatic Colors of #0B983B
Black with #0B983B
Text Example
Text Example
White with #0B983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B983B; }
p { color: rgb(11,152,59); }
H1.HeaderClassName
{
color: #0B983B;
}
.AnyTagClassName
{
color: #0B983B;
}
</style>
background-color css
<style>
a { background-color: #0B983B; }
a { background-color: rgb(11,152,59); }
div.DivClassName
{
background-color: #0B983B;
}
.BgClassName
{
background-color: #0B983B;
}
</style>
border-color css
<style>
span { border-color: #0B983B; }
span { border-color: rgb(11,152,59); }
td.TdClassName
{
border-color: #0B983B;
}
.TagClassName
{
border-color: #0B983B;
}
</style>