Shades of Dark Green #08150E
Tints of Dark Green #08150E
RGB
CMYK
RGB Variations
Color information
#08150E (or 0x08150E) is known color: Dark Green. HEX triplet: 08, 15 and 0E. RGB value is (8,21,14). Sum of RGB (Red+Green+Blue) = 8+21+14=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #08150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150E is #F7EAF1. Grayscale: #101010. Windows color (decimal): -16247538 or 922888. OLE color: 922888.
HSL color Cylindrical-coordinate representation of color #08150E: hue angle of 147.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #08150E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 14 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.92 |
| HSL | 147.69º | 0.45% | 0.06% | - |
| HSV(B) | 147.69º | 0.62% | 0.08% | - |
| XYZ | 0.45 | 0.62 | 0.51 | - |
| YUV | 16.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 14 | 0.62 | 0 | 0.33 | 0.92 | 147.69 | 0.45 | 0.06 |
| Hex | 8 | 15 | E | 3E | 0 | 21 | 5C | 94 | 2D | 6 |
| Octal | 10 | 25 | 16 | 76 | 0 | 41 | 134 | 224 | 55 | 6 |
| Binary | 1000 | 10101 | 1110 | 111110 | 0 | 100001 | 1011100 | 10010100 | 101101 | 110 |
Color Harmonies of #08150E
Complementary color
Monochromatic Colors of #08150E
Black with #08150E
Text Example
Text Example
White with #08150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08150E; }
p { color: rgb(8,21,14); }
H1.HeaderClassName
{
color: #08150E;
}
.AnyTagClassName
{
color: #08150E;
}
</style>
background-color css
<style>
a { background-color: #08150E; }
a { background-color: rgb(8,21,14); }
div.DivClassName
{
background-color: #08150E;
}
.BgClassName
{
background-color: #08150E;
}
</style>
border-color css
<style>
span { border-color: #08150E; }
span { border-color: rgb(8,21,14); }
td.TdClassName
{
border-color: #08150E;
}
.TagClassName
{
border-color: #08150E;
}
</style>