Shades of Dark Green #0B1A19
Tints of Dark Green #0B1A19
RGB
CMYK
RGB Variations
Color information
#0B1A19 (or 0x0B1A19) is known color: Dark Green. HEX triplet: 0B, 1A and 19. RGB value is (11,26,25). Sum of RGB (Red+Green+Blue) = 11+26+25=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A19 is #F4E5E6. Grayscale: #151515. Windows color (decimal): -16049639 or 1645067. OLE color: 1645067.
HSL color Cylindrical-coordinate representation of color #0B1A19: hue angle of 176º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B1A19 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 26 | 25 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.90 |
| HSL | 176º | 0.41% | 0.07% | - |
| HSV(B) | 176º | 0.58% | 0.1% | - |
| XYZ | 0.68 | 0.88 | 1.05 | - |
| YUV | 21.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 25 | 0.58 | 0 | 0.04 | 0.90 | 176 | 0.41 | 0.07 |
| Hex | B | 1A | 19 | 3A | 0 | 4 | 5A | B0 | 29 | 7 |
| Octal | 13 | 32 | 31 | 72 | 0 | 4 | 132 | 260 | 51 | 7 |
| Binary | 1011 | 11010 | 11001 | 111010 | 0 | 100 | 1011010 | 10110000 | 101001 | 111 |
Color Harmonies of #0B1A19
Complementary color
Monochromatic Colors of #0B1A19
Black with #0B1A19
Text Example
Text Example
White with #0B1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A19; }
p { color: rgb(11,26,25); }
H1.HeaderClassName
{
color: #0B1A19;
}
.AnyTagClassName
{
color: #0B1A19;
}
</style>
background-color css
<style>
a { background-color: #0B1A19; }
a { background-color: rgb(11,26,25); }
div.DivClassName
{
background-color: #0B1A19;
}
.BgClassName
{
background-color: #0B1A19;
}
</style>
border-color css
<style>
span { border-color: #0B1A19; }
span { border-color: rgb(11,26,25); }
td.TdClassName
{
border-color: #0B1A19;
}
.TagClassName
{
border-color: #0B1A19;
}
</style>