Shades of Dark Green #081212
Tints of Dark Green #081212
RGB
CMYK
RGB Variations
Color information
#081212 (or 0x081212) is known color: Dark Green. HEX triplet: 08, 12 and 12. RGB value is (8,18,18). Sum of RGB (Red+Green+Blue) = 8+18+18=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #081212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081212 is #F7EDED. Grayscale: #0F0F0F. Windows color (decimal): -16248302 or 1184264. OLE color: 1184264.
HSL color Cylindrical-coordinate representation of color #081212: hue angle of 180º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081212 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 18 | 18 | - |
| CMYK | 0.56 | 0 | 0 | 0.93 |
| HSL | 180º | 0.38% | 0.05% | - |
| HSV(B) | 180º | 0.56% | 0.07% | - |
| XYZ | 0.43 | 0.53 | 0.65 | - |
| YUV | 15.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 18 | 0.56 | 0 | 0 | 0.93 | 180 | 0.38 | 0.05 |
| Hex | 8 | 12 | 12 | 38 | 0 | 0 | 5D | B4 | 26 | 5 |
| Octal | 10 | 22 | 22 | 70 | 0 | 0 | 135 | 264 | 46 | 5 |
| Binary | 1000 | 10010 | 10010 | 111000 | 0 | 0 | 1011101 | 10110100 | 100110 | 101 |
Color Harmonies of #081212
Complementary color
Monochromatic Colors of #081212
Black with #081212
Text Example
Text Example
White with #081212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081212; }
p { color: rgb(8,18,18); }
H1.HeaderClassName
{
color: #081212;
}
.AnyTagClassName
{
color: #081212;
}
</style>
background-color css
<style>
a { background-color: #081212; }
a { background-color: rgb(8,18,18); }
div.DivClassName
{
background-color: #081212;
}
.BgClassName
{
background-color: #081212;
}
</style>
border-color css
<style>
span { border-color: #081212; }
span { border-color: rgb(8,18,18); }
td.TdClassName
{
border-color: #081212;
}
.TagClassName
{
border-color: #081212;
}
</style>