Shades of Dark Green #0B150F
Tints of Dark Green #0B150F
RGB
CMYK
RGB Variations
Color information
#0B150F (or 0x0B150F) is known color: Dark Green. HEX triplet: 0B, 15 and 0F. RGB value is (11,21,15). Sum of RGB (Red+Green+Blue) = 11+21+15=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150F is #F4EAF0. Grayscale: #111111. Windows color (decimal): -16050929 or 988427. OLE color: 988427.
HSL color Cylindrical-coordinate representation of color #0B150F: hue angle of 144º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B150F is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 15 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.92 |
| HSL | 144º | 0.31% | 0.06% | - |
| HSV(B) | 144º | 0.48% | 0.08% | - |
| XYZ | 0.49 | 0.64 | 0.55 | - |
| YUV | 17.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 15 | 0.48 | 0 | 0.29 | 0.92 | 144 | 0.31 | 0.06 |
| Hex | B | 15 | F | 30 | 0 | 1D | 5C | 90 | 1F | 6 |
| Octal | 13 | 25 | 17 | 60 | 0 | 35 | 134 | 220 | 37 | 6 |
| Binary | 1011 | 10101 | 1111 | 110000 | 0 | 11101 | 1011100 | 10010000 | 11111 | 110 |
Color Harmonies of #0B150F
Complementary color
Monochromatic Colors of #0B150F
Black with #0B150F
Text Example
Text Example
White with #0B150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B150F; }
p { color: rgb(11,21,15); }
H1.HeaderClassName
{
color: #0B150F;
}
.AnyTagClassName
{
color: #0B150F;
}
</style>
background-color css
<style>
a { background-color: #0B150F; }
a { background-color: rgb(11,21,15); }
div.DivClassName
{
background-color: #0B150F;
}
.BgClassName
{
background-color: #0B150F;
}
</style>
border-color css
<style>
span { border-color: #0B150F; }
span { border-color: rgb(11,21,15); }
td.TdClassName
{
border-color: #0B150F;
}
.TagClassName
{
border-color: #0B150F;
}
</style>