Shades of Dark Green #081B12
Tints of Dark Green #081B12
RGB
CMYK
RGB Variations
Color information
#081B12 (or 0x081B12) is known color: Dark Green. HEX triplet: 08, 1B and 12. RGB value is (8,27,18). Sum of RGB (Red+Green+Blue) = 8+27+18=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #081B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B12 is #F7E4ED. Grayscale: #141414. Windows color (decimal): -16245998 or 1186568. OLE color: 1186568.
HSL color Cylindrical-coordinate representation of color #081B12: hue angle of 151.58º 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 #081B12 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 18 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.89 |
| HSL | 151.58º | 0.54% | 0.07% | - |
| HSV(B) | 151.58º | 0.7% | 0.11% | - |
| XYZ | 0.6 | 0.88 | 0.71 | - |
| YUV | 20.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 18 | 0.70 | 0 | 0.33 | 0.89 | 151.58 | 0.54 | 0.07 |
| Hex | 8 | 1B | 12 | 46 | 0 | 21 | 59 | 98 | 36 | 7 |
| Octal | 10 | 33 | 22 | 106 | 0 | 41 | 131 | 230 | 66 | 7 |
| Binary | 1000 | 11011 | 10010 | 1000110 | 0 | 100001 | 1011001 | 10011000 | 110110 | 111 |
Color Harmonies of #081B12
Complementary color
Monochromatic Colors of #081B12
Black with #081B12
Text Example
Text Example
White with #081B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B12; }
p { color: rgb(8,27,18); }
H1.HeaderClassName
{
color: #081B12;
}
.AnyTagClassName
{
color: #081B12;
}
</style>
background-color css
<style>
a { background-color: #081B12; }
a { background-color: rgb(8,27,18); }
div.DivClassName
{
background-color: #081B12;
}
.BgClassName
{
background-color: #081B12;
}
</style>
border-color css
<style>
span { border-color: #081B12; }
span { border-color: rgb(8,27,18); }
td.TdClassName
{
border-color: #081B12;
}
.TagClassName
{
border-color: #081B12;
}
</style>