Shades of Green #0B5F12
Tints of Green #0B5F12
RGB
CMYK
RGB Variations
Color information
#0B5F12 (or 0x0B5F12) is known color: Green. HEX triplet: 0B, 5F and 12. RGB value is (11,95,18). Sum of RGB (Red+Green+Blue) = 11+95+18=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 95 (37.5% from 255 or 76.61% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5F12 is #F4A0ED. Grayscale: #3D3D3D. Windows color (decimal): -16031982 or 1203979. OLE color: 1203979.
HSL color Cylindrical-coordinate representation of color #0B5F12: hue angle of 125º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5F12 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 95 | 18 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.63 |
| HSL | 125º | 0.79% | 0.21% | - |
| HSV(B) | 125º | 0.88% | 0.37% | - |
| XYZ | 4.34 | 8.3 | 1.95 | - |
| YUV | 61.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 95 | 18 | 0.88 | 0 | 0.81 | 0.63 | 125 | 0.79 | 0.21 |
| Hex | B | 5F | 12 | 58 | 0 | 51 | 3F | 7D | 4F | 15 |
| Octal | 13 | 137 | 22 | 130 | 0 | 121 | 77 | 175 | 117 | 25 |
| Binary | 1011 | 1011111 | 10010 | 1011000 | 0 | 1010001 | 111111 | 1111101 | 1001111 | 10101 |
Color Harmonies of #0B5F12
Complementary color
Monochromatic Colors of #0B5F12
Black with #0B5F12
Text Example
Text Example
White with #0B5F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5F12; }
p { color: rgb(11,95,18); }
H1.HeaderClassName
{
color: #0B5F12;
}
.AnyTagClassName
{
color: #0B5F12;
}
</style>
background-color css
<style>
a { background-color: #0B5F12; }
a { background-color: rgb(11,95,18); }
div.DivClassName
{
background-color: #0B5F12;
}
.BgClassName
{
background-color: #0B5F12;
}
</style>
border-color css
<style>
span { border-color: #0B5F12; }
span { border-color: rgb(11,95,18); }
td.TdClassName
{
border-color: #0B5F12;
}
.TagClassName
{
border-color: #0B5F12;
}
</style>