Shades of Pigment Green #0B993F
Tints of Pigment Green #0B993F
RGB
CMYK
RGB Variations
Color information
#0B993F (or 0x0B993F) is known color: Pigment Green. HEX triplet: 0B, 99 and 3F. RGB value is (11,153,63). Sum of RGB (Red+Green+Blue) = 11+153+63=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #0B993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B993F is #F466C0. Grayscale: #646464. Windows color (decimal): -16017089 or 4167947. OLE color: 4167947.
HSL color Cylindrical-coordinate representation of color #0B993F: hue angle of 141.97º 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 #0B993F is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 153 | 63 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.4 |
| HSL | 141.97º | 0.87% | 0.32% | - |
| HSV(B) | 141.97º | 0.93% | 0.6% | - |
| XYZ | 12.43 | 23.21 | 8.53 | - |
| YUV | 100.28 | 106.96 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 63 | 0.93 | 0 | 0.59 | 0.4 | 141.97 | 0.87 | 0.32 |
| Hex | B | 99 | 3F | 5D | 0 | 3B | 28 | 8E | 57 | 20 |
| Octal | 13 | 231 | 77 | 135 | 0 | 73 | 50 | 216 | 127 | 40 |
| Binary | 1011 | 10011001 | 111111 | 1011101 | 0 | 111011 | 101000 | 10001110 | 1010111 | 100000 |
Color Harmonies of #0B993F
Complementary color
Monochromatic Colors of #0B993F
Black with #0B993F
Text Example
Text Example
White with #0B993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B993F; }
p { color: rgb(11,153,63); }
H1.HeaderClassName
{
color: #0B993F;
}
.AnyTagClassName
{
color: #0B993F;
}
</style>
background-color css
<style>
a { background-color: #0B993F; }
a { background-color: rgb(11,153,63); }
div.DivClassName
{
background-color: #0B993F;
}
.BgClassName
{
background-color: #0B993F;
}
</style>
border-color css
<style>
span { border-color: #0B993F; }
span { border-color: rgb(11,153,63); }
td.TdClassName
{
border-color: #0B993F;
}
.TagClassName
{
border-color: #0B993F;
}
</style>