Shades of Dark Green #08120F
Tints of Dark Green #08120F
RGB
CMYK
RGB Variations
Color information
#08120F (or 0x08120F) is known color: Dark Green. HEX triplet: 08, 12 and 0F. RGB value is (8,18,15). Sum of RGB (Red+Green+Blue) = 8+18+15=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #08120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120F is #F7EDF0. Grayscale: #0E0E0E. Windows color (decimal): -16248305 or 987656. OLE color: 987656.
HSL color Cylindrical-coordinate representation of color #08120F: hue angle of 162º 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 #08120F is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 18 | 15 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.93 |
| HSL | 162º | 0.38% | 0.05% | - |
| HSV(B) | 162º | 0.56% | 0.07% | - |
| XYZ | 0.4 | 0.52 | 0.53 | - |
| YUV | 14.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 15 | 0.56 | 0 | 0.17 | 0.93 | 162 | 0.38 | 0.05 |
| Hex | 8 | 12 | F | 38 | 0 | 11 | 5D | A2 | 26 | 5 |
| Octal | 10 | 22 | 17 | 70 | 0 | 21 | 135 | 242 | 46 | 5 |
| Binary | 1000 | 10010 | 1111 | 111000 | 0 | 10001 | 1011101 | 10100010 | 100110 | 101 |
Color Harmonies of #08120F
Complementary color
Monochromatic Colors of #08120F
Black with #08120F
Text Example
Text Example
White with #08120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08120F; }
p { color: rgb(8,18,15); }
H1.HeaderClassName
{
color: #08120F;
}
.AnyTagClassName
{
color: #08120F;
}
</style>
background-color css
<style>
a { background-color: #08120F; }
a { background-color: rgb(8,18,15); }
div.DivClassName
{
background-color: #08120F;
}
.BgClassName
{
background-color: #08120F;
}
</style>
border-color css
<style>
span { border-color: #08120F; }
span { border-color: rgb(8,18,15); }
td.TdClassName
{
border-color: #08120F;
}
.TagClassName
{
border-color: #08120F;
}
</style>