Shades of Pigment Green #0B913D
Tints of Pigment Green #0B913D
RGB
CMYK
RGB Variations
Color information
#0B913D (or 0x0B913D) is known color: Pigment Green. HEX triplet: 0B, 91 and 3D. RGB value is (11,145,61). Sum of RGB (Red+Green+Blue) = 11+145+61=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #0B913D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B913D is #F46EC2. Grayscale: #5F5F5F. Windows color (decimal): -16019139 or 4034827. OLE color: 4034827.
HSL color Cylindrical-coordinate representation of color #0B913D: hue angle of 142.39º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B913D is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 145 | 61 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.43 |
| HSL | 142.39º | 0.86% | 0.31% | - |
| HSV(B) | 142.39º | 0.92% | 0.57% | - |
| XYZ | 11.11 | 20.66 | 7.82 | - |
| YUV | 95.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 61 | 0.92 | 0 | 0.58 | 0.43 | 142.39 | 0.86 | 0.31 |
| Hex | B | 91 | 3D | 5C | 0 | 3A | 2B | 8E | 56 | 1F |
| Octal | 13 | 221 | 75 | 134 | 0 | 72 | 53 | 216 | 126 | 37 |
| Binary | 1011 | 10010001 | 111101 | 1011100 | 0 | 111010 | 101011 | 10001110 | 1010110 | 11111 |
Color Harmonies of #0B913D
Complementary color
Monochromatic Colors of #0B913D
Black with #0B913D
Text Example
Text Example
White with #0B913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B913D; }
p { color: rgb(11,145,61); }
H1.HeaderClassName
{
color: #0B913D;
}
.AnyTagClassName
{
color: #0B913D;
}
</style>
background-color css
<style>
a { background-color: #0B913D; }
a { background-color: rgb(11,145,61); }
div.DivClassName
{
background-color: #0B913D;
}
.BgClassName
{
background-color: #0B913D;
}
</style>
border-color css
<style>
span { border-color: #0B913D; }
span { border-color: rgb(11,145,61); }
td.TdClassName
{
border-color: #0B913D;
}
.TagClassName
{
border-color: #0B913D;
}
</style>