Shades of Dark Green #08130C
Tints of Dark Green #08130C
RGB
CMYK
RGB Variations
Color information
#08130C (or 0x08130C) is known color: Dark Green. HEX triplet: 08, 13 and 0C. RGB value is (8,19,12). Sum of RGB (Red+Green+Blue) = 8+19+12=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #08130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130C is #F7ECF3. Grayscale: #0E0E0E. Windows color (decimal): -16248052 or 791304. OLE color: 791304.
HSL color Cylindrical-coordinate representation of color #08130C: hue angle of 141.82º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #08130C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 19 | 12 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.93 |
| HSL | 141.82º | 0.41% | 0.05% | - |
| HSV(B) | 141.82º | 0.58% | 0.07% | - |
| XYZ | 0.4 | 0.54 | 0.43 | - |
| YUV | 14.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 12 | 0.58 | 0 | 0.37 | 0.93 | 141.82 | 0.41 | 0.05 |
| Hex | 8 | 13 | C | 3A | 0 | 25 | 5D | 8E | 29 | 5 |
| Octal | 10 | 23 | 14 | 72 | 0 | 45 | 135 | 216 | 51 | 5 |
| Binary | 1000 | 10011 | 1100 | 111010 | 0 | 100101 | 1011101 | 10001110 | 101001 | 101 |
Color Harmonies of #08130C
Complementary color
Monochromatic Colors of #08130C
Black with #08130C
Text Example
Text Example
White with #08130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08130C; }
p { color: rgb(8,19,12); }
H1.HeaderClassName
{
color: #08130C;
}
.AnyTagClassName
{
color: #08130C;
}
</style>
background-color css
<style>
a { background-color: #08130C; }
a { background-color: rgb(8,19,12); }
div.DivClassName
{
background-color: #08130C;
}
.BgClassName
{
background-color: #08130C;
}
</style>
border-color css
<style>
span { border-color: #08130C; }
span { border-color: rgb(8,19,12); }
td.TdClassName
{
border-color: #08130C;
}
.TagClassName
{
border-color: #08130C;
}
</style>