Shades of Dark Green #08120D
Tints of Dark Green #08120D
RGB
CMYK
RGB Variations
Color information
#08120D (or 0x08120D) is known color: Dark Green. HEX triplet: 08, 12 and 0D. RGB value is (8,18,13). Sum of RGB (Red+Green+Blue) = 8+18+13=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #08120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120D is #F7EDF2. Grayscale: #0E0E0E. Windows color (decimal): -16248307 or 856584. OLE color: 856584.
HSL color Cylindrical-coordinate representation of color #08120D: hue angle of 150º 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 #08120D is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
RGB | 8 | 18 | 13 | - |
CMYK | 0.56 | 0 | 0.28 | 0.93 |
HSL | 150º | 0.38% | 0.05% | - |
HSV(B) | 150º | 0.56% | 0.07% | - |
XYZ | 0.39 | 0.51 | 0.46 | - |
YUV | 14.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 18 | 13 | 0.56 | 0 | 0.28 | 0.93 | 150 | 0.38 | 0.05 |
Hex | 8 | 12 | D | 38 | 0 | 1C | 5D | 96 | 26 | 5 |
Octal | 10 | 22 | 15 | 70 | 0 | 34 | 135 | 226 | 46 | 5 |
Binary | 1000 | 10010 | 1101 | 111000 | 0 | 11100 | 1011101 | 10010110 | 100110 | 101 |
Color Harmonies of #08120D
Complementary color
Monochromatic Colors of #08120D
Black with #08120D
Text Example
Text Example
White with #08120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08120D; }
p { color: rgb(8,18,13); }
H1.HeaderClassName
{
color: #08120D;
}
.AnyTagClassName
{
color: #08120D;
}
</style>
background-color css
<style>
a { background-color: #08120D; }
a { background-color: rgb(8,18,13); }
div.DivClassName
{
background-color: #08120D;
}
.BgClassName
{
background-color: #08120D;
}
</style>
border-color css
<style>
span { border-color: #08120D; }
span { border-color: rgb(8,18,13); }
td.TdClassName
{
border-color: #08120D;
}
.TagClassName
{
border-color: #08120D;
}
</style>