Shades of Dark Green #0B311D
Tints of Dark Green #0B311D
RGB
CMYK
RGB Variations
Color information
#0B311D (or 0x0B311D) is known color: Dark Green. HEX triplet: 0B, 31 and 1D. RGB value is (11,49,29). Sum of RGB (Red+Green+Blue) = 11+49+29=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #0B311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B311D is #F4CEE2. Grayscale: #232323. Windows color (decimal): -16043747 or 1913099. OLE color: 1913099.
HSL color Cylindrical-coordinate representation of color #0B311D: hue angle of 148.42º 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 #0B311D is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 49 | 29 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.81 |
| HSL | 148.42º | 0.63% | 0.12% | - |
| HSV(B) | 148.42º | 0.78% | 0.19% | - |
| XYZ | 1.46 | 2.36 | 1.54 | - |
| YUV | 35.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 29 | 0.78 | 0 | 0.41 | 0.81 | 148.42 | 0.63 | 0.12 |
| Hex | B | 31 | 1D | 4E | 0 | 29 | 51 | 94 | 3F | C |
| Octal | 13 | 61 | 35 | 116 | 0 | 51 | 121 | 224 | 77 | 14 |
| Binary | 1011 | 110001 | 11101 | 1001110 | 0 | 101001 | 1010001 | 10010100 | 111111 | 1100 |
Color Harmonies of #0B311D
Complementary color
Monochromatic Colors of #0B311D
Black with #0B311D
Text Example
Text Example
White with #0B311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B311D; }
p { color: rgb(11,49,29); }
H1.HeaderClassName
{
color: #0B311D;
}
.AnyTagClassName
{
color: #0B311D;
}
</style>
background-color css
<style>
a { background-color: #0B311D; }
a { background-color: rgb(11,49,29); }
div.DivClassName
{
background-color: #0B311D;
}
.BgClassName
{
background-color: #0B311D;
}
</style>
border-color css
<style>
span { border-color: #0B311D; }
span { border-color: rgb(11,49,29); }
td.TdClassName
{
border-color: #0B311D;
}
.TagClassName
{
border-color: #0B311D;
}
</style>