Shades of Dark Green #0B1F13
Tints of Dark Green #0B1F13
RGB
CMYK
RGB Variations
Color information
#0B1F13 (or 0x0B1F13) is known color: Dark Green. HEX triplet: 0B, 1F and 13. RGB value is (11,31,19). Sum of RGB (Red+Green+Blue) = 11+31+19=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F13 is #F4E0EC. Grayscale: #171717. Windows color (decimal): -16048365 or 1253131. OLE color: 1253131.
HSL color Cylindrical-coordinate representation of color #0B1F13: hue angle of 144º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F13 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 31 | 19 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.88 |
| HSL | 144º | 0.48% | 0.08% | - |
| HSV(B) | 144º | 0.65% | 0.12% | - |
| XYZ | 0.75 | 1.1 | 0.79 | - |
| YUV | 23.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 19 | 0.65 | 0 | 0.39 | 0.88 | 144 | 0.48 | 0.08 |
| Hex | B | 1F | 13 | 41 | 0 | 27 | 58 | 90 | 30 | 8 |
| Octal | 13 | 37 | 23 | 101 | 0 | 47 | 130 | 220 | 60 | 10 |
| Binary | 1011 | 11111 | 10011 | 1000001 | 0 | 100111 | 1011000 | 10010000 | 110000 | 1000 |
Color Harmonies of #0B1F13
Complementary color
Monochromatic Colors of #0B1F13
Black with #0B1F13
Text Example
Text Example
White with #0B1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F13; }
p { color: rgb(11,31,19); }
H1.HeaderClassName
{
color: #0B1F13;
}
.AnyTagClassName
{
color: #0B1F13;
}
</style>
background-color css
<style>
a { background-color: #0B1F13; }
a { background-color: rgb(11,31,19); }
div.DivClassName
{
background-color: #0B1F13;
}
.BgClassName
{
background-color: #0B1F13;
}
</style>
border-color css
<style>
span { border-color: #0B1F13; }
span { border-color: rgb(11,31,19); }
td.TdClassName
{
border-color: #0B1F13;
}
.TagClassName
{
border-color: #0B1F13;
}
</style>