Shades of Dark Green #081B14
Tints of Dark Green #081B14
RGB
CMYK
RGB Variations
Color information
#081B14 (or 0x081B14) is known color: Dark Green. HEX triplet: 08, 1B and 14. RGB value is (8,27,20). Sum of RGB (Red+Green+Blue) = 8+27+20=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #081B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B14 is #F7E4EB. Grayscale: #141414. Windows color (decimal): -16245996 or 1317640. OLE color: 1317640.
HSL color Cylindrical-coordinate representation of color #081B14: hue angle of 157.89º 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 #081B14 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 20 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.89 |
| HSL | 157.89º | 0.54% | 0.07% | - |
| HSV(B) | 157.89º | 0.7% | 0.11% | - |
| XYZ | 0.62 | 0.89 | 0.8 | - |
| YUV | 20.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 20 | 0.70 | 0 | 0.26 | 0.89 | 157.89 | 0.54 | 0.07 |
| Hex | 8 | 1B | 14 | 46 | 0 | 1A | 59 | 9E | 36 | 7 |
| Octal | 10 | 33 | 24 | 106 | 0 | 32 | 131 | 236 | 66 | 7 |
| Binary | 1000 | 11011 | 10100 | 1000110 | 0 | 11010 | 1011001 | 10011110 | 110110 | 111 |
Color Harmonies of #081B14
Complementary color
Monochromatic Colors of #081B14
Black with #081B14
Text Example
Text Example
White with #081B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B14; }
p { color: rgb(8,27,20); }
H1.HeaderClassName
{
color: #081B14;
}
.AnyTagClassName
{
color: #081B14;
}
</style>
background-color css
<style>
a { background-color: #081B14; }
a { background-color: rgb(8,27,20); }
div.DivClassName
{
background-color: #081B14;
}
.BgClassName
{
background-color: #081B14;
}
</style>
border-color css
<style>
span { border-color: #081B14; }
span { border-color: rgb(8,27,20); }
td.TdClassName
{
border-color: #081B14;
}
.TagClassName
{
border-color: #081B14;
}
</style>