Shades of Dark Green #081B11
Tints of Dark Green #081B11
RGB
CMYK
RGB Variations
Color information
#081B11 (or 0x081B11) is known color: Dark Green. HEX triplet: 08, 1B and 11. RGB value is (8,27,17). Sum of RGB (Red+Green+Blue) = 8+27+17=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #081B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B11 is #F7E4EE. Grayscale: #141414. Windows color (decimal): -16245999 or 1121032. OLE color: 1121032.
HSL color Cylindrical-coordinate representation of color #081B11: hue angle of 148.42º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B11 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 17 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.89 |
| HSL | 148.42º | 0.54% | 0.07% | - |
| HSV(B) | 148.42º | 0.7% | 0.11% | - |
| XYZ | 0.59 | 0.88 | 0.67 | - |
| YUV | 20.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 17 | 0.70 | 0 | 0.37 | 0.89 | 148.42 | 0.54 | 0.07 |
| Hex | 8 | 1B | 11 | 46 | 0 | 25 | 59 | 94 | 36 | 7 |
| Octal | 10 | 33 | 21 | 106 | 0 | 45 | 131 | 224 | 66 | 7 |
| Binary | 1000 | 11011 | 10001 | 1000110 | 0 | 100101 | 1011001 | 10010100 | 110110 | 111 |
Color Harmonies of #081B11
Complementary color
Monochromatic Colors of #081B11
Black with #081B11
Text Example
Text Example
White with #081B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B11; }
p { color: rgb(8,27,17); }
H1.HeaderClassName
{
color: #081B11;
}
.AnyTagClassName
{
color: #081B11;
}
</style>
background-color css
<style>
a { background-color: #081B11; }
a { background-color: rgb(8,27,17); }
div.DivClassName
{
background-color: #081B11;
}
.BgClassName
{
background-color: #081B11;
}
</style>
border-color css
<style>
span { border-color: #081B11; }
span { border-color: rgb(8,27,17); }
td.TdClassName
{
border-color: #081B11;
}
.TagClassName
{
border-color: #081B11;
}
</style>