Shades of Dark Green #081C12
Tints of Dark Green #081C12
RGB
CMYK
RGB Variations
Color information
#081C12 (or 0x081C12) is known color: Dark Green. HEX triplet: 08, 1C and 12. RGB value is (8,28,18). Sum of RGB (Red+Green+Blue) = 8+28+18=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #081C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C12 is #F7E3ED. Grayscale: #141414. Windows color (decimal): -16245742 or 1186824. OLE color: 1186824.
HSL color Cylindrical-coordinate representation of color #081C12: hue angle of 150º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081C12 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 18 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.89 |
| HSL | 150º | 0.56% | 0.07% | - |
| HSV(B) | 150º | 0.71% | 0.11% | - |
| XYZ | 0.62 | 0.93 | 0.72 | - |
| YUV | 20.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 18 | 0.71 | 0 | 0.36 | 0.89 | 150 | 0.56 | 0.07 |
| Hex | 8 | 1C | 12 | 47 | 0 | 24 | 59 | 96 | 38 | 7 |
| Octal | 10 | 34 | 22 | 107 | 0 | 44 | 131 | 226 | 70 | 7 |
| Binary | 1000 | 11100 | 10010 | 1000111 | 0 | 100100 | 1011001 | 10010110 | 111000 | 111 |
Color Harmonies of #081C12
Complementary color
Monochromatic Colors of #081C12
Black with #081C12
Text Example
Text Example
White with #081C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C12; }
p { color: rgb(8,28,18); }
H1.HeaderClassName
{
color: #081C12;
}
.AnyTagClassName
{
color: #081C12;
}
</style>
background-color css
<style>
a { background-color: #081C12; }
a { background-color: rgb(8,28,18); }
div.DivClassName
{
background-color: #081C12;
}
.BgClassName
{
background-color: #081C12;
}
</style>
border-color css
<style>
span { border-color: #081C12; }
span { border-color: rgb(8,28,18); }
td.TdClassName
{
border-color: #081C12;
}
.TagClassName
{
border-color: #081C12;
}
</style>