Shades of Dark Green #0B312B
Tints of Dark Green #0B312B
RGB
CMYK
RGB Variations
Color information
#0B312B (or 0x0B312B) is known color: Dark Green. HEX triplet: 0B, 31 and 2B. RGB value is (11,49,43). Sum of RGB (Red+Green+Blue) = 11+49+43=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #0B312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B312B is #F4CED4. Grayscale: #242424. Windows color (decimal): -16043733 or 2830603. OLE color: 2830603.
HSL color Cylindrical-coordinate representation of color #0B312B: hue angle of 170.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B312B is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 49 | 43 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.81 |
| HSL | 170.53º | 0.63% | 0.12% | - |
| HSV(B) | 170.53º | 0.78% | 0.19% | - |
| XYZ | 1.67 | 2.44 | 2.67 | - |
| YUV | 36.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 43 | 0.78 | 0 | 0.12 | 0.81 | 170.53 | 0.63 | 0.12 |
| Hex | B | 31 | 2B | 4E | 0 | C | 51 | AB | 3F | C |
| Octal | 13 | 61 | 53 | 116 | 0 | 14 | 121 | 253 | 77 | 14 |
| Binary | 1011 | 110001 | 101011 | 1001110 | 0 | 1100 | 1010001 | 10101011 | 111111 | 1100 |
Color Harmonies of #0B312B
Complementary color
Monochromatic Colors of #0B312B
Black with #0B312B
Text Example
Text Example
White with #0B312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B312B; }
p { color: rgb(11,49,43); }
H1.HeaderClassName
{
color: #0B312B;
}
.AnyTagClassName
{
color: #0B312B;
}
</style>
background-color css
<style>
a { background-color: #0B312B; }
a { background-color: rgb(11,49,43); }
div.DivClassName
{
background-color: #0B312B;
}
.BgClassName
{
background-color: #0B312B;
}
</style>
border-color css
<style>
span { border-color: #0B312B; }
span { border-color: rgb(11,49,43); }
td.TdClassName
{
border-color: #0B312B;
}
.TagClassName
{
border-color: #0B312B;
}
</style>