Shades of Dark Green #080D0C
Tints of Dark Green #080D0C
RGB
CMYK
RGB Variations
Color information
#080D0C (or 0x080D0C) is known color: Dark Green. HEX triplet: 08, 0D and 0C. RGB value is (8,13,12). Sum of RGB (Red+Green+Blue) = 8+13+12=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #080D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D0C is #F7F2F3. Grayscale: #0B0B0B. Windows color (decimal): -16249588 or 789768. OLE color: 789768.
HSL color Cylindrical-coordinate representation of color #080D0C: hue angle of 168º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080D0C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 13 | 12 | - |
CMYK | 0.38 | 0 | 0.08 | 0.95 |
HSL | 168º | 0.24% | 0.04% | - |
HSV(B) | 168º | 0.38% | 0.05% | - |
XYZ | 0.31 | 0.37 | 0.4 | - |
YUV | 11.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 13 | 12 | 0.38 | 0 | 0.08 | 0.95 | 168 | 0.24 | 0.04 |
Hex | 8 | D | C | 26 | 0 | 8 | 5F | A8 | 18 | 4 |
Octal | 10 | 15 | 14 | 46 | 0 | 10 | 137 | 250 | 30 | 4 |
Binary | 1000 | 1101 | 1100 | 100110 | 0 | 1000 | 1011111 | 10101000 | 11000 | 100 |
Color Harmonies of #080D0C
Complementary color
Monochromatic Colors of #080D0C
Black with #080D0C
Text Example
Text Example
White with #080D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D0C; }
p { color: rgb(8,13,12); }
H1.HeaderClassName
{
color: #080D0C;
}
.AnyTagClassName
{
color: #080D0C;
}
</style>
background-color css
<style>
a { background-color: #080D0C; }
a { background-color: rgb(8,13,12); }
div.DivClassName
{
background-color: #080D0C;
}
.BgClassName
{
background-color: #080D0C;
}
</style>
border-color css
<style>
span { border-color: #080D0C; }
span { border-color: rgb(8,13,12); }
td.TdClassName
{
border-color: #080D0C;
}
.TagClassName
{
border-color: #080D0C;
}
</style>