Shades of Dark Green #08150F
Tints of Dark Green #08150F
RGB
CMYK
RGB Variations
Color information
#08150F (or 0x08150F) is known color: Dark Green. HEX triplet: 08, 15 and 0F. RGB value is (8,21,15). Sum of RGB (Red+Green+Blue) = 8+21+15=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #08150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150F is #F7EAF0. Grayscale: #101010. Windows color (decimal): -16247537 or 988424. OLE color: 988424.
HSL color Cylindrical-coordinate representation of color #08150F: hue angle of 152.31º 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 #08150F is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 15 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.92 |
| HSL | 152.31º | 0.45% | 0.06% | - |
| HSV(B) | 152.31º | 0.62% | 0.08% | - |
| XYZ | 0.45 | 0.62 | 0.55 | - |
| YUV | 16.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 15 | 0.62 | 0 | 0.29 | 0.92 | 152.31 | 0.45 | 0.06 |
| Hex | 8 | 15 | F | 3E | 0 | 1D | 5C | 98 | 2D | 6 |
| Octal | 10 | 25 | 17 | 76 | 0 | 35 | 134 | 230 | 55 | 6 |
| Binary | 1000 | 10101 | 1111 | 111110 | 0 | 11101 | 1011100 | 10011000 | 101101 | 110 |
Color Harmonies of #08150F
Complementary color
Monochromatic Colors of #08150F
Black with #08150F
Text Example
Text Example
White with #08150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08150F; }
p { color: rgb(8,21,15); }
H1.HeaderClassName
{
color: #08150F;
}
.AnyTagClassName
{
color: #08150F;
}
</style>
background-color css
<style>
a { background-color: #08150F; }
a { background-color: rgb(8,21,15); }
div.DivClassName
{
background-color: #08150F;
}
.BgClassName
{
background-color: #08150F;
}
</style>
border-color css
<style>
span { border-color: #08150F; }
span { border-color: rgb(8,21,15); }
td.TdClassName
{
border-color: #08150F;
}
.TagClassName
{
border-color: #08150F;
}
</style>