Shades of Dark Green #08180D
Tints of Dark Green #08180D
RGB
CMYK
RGB Variations
Color information
#08180D (or 0x08180D) is known color: Dark Green. HEX triplet: 08, 18 and 0D. RGB value is (8,24,13). Sum of RGB (Red+Green+Blue) = 8+24+13=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #08180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180D is #F7E7F2. Grayscale: #111111. Windows color (decimal): -16246771 or 858120. OLE color: 858120.
HSL color Cylindrical-coordinate representation of color #08180D: hue angle of 138.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08180D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 24 | 13 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.91 |
| HSL | 138.75º | 0.5% | 0.06% | - |
| HSV(B) | 138.75º | 0.67% | 0.09% | - |
| XYZ | 0.5 | 0.73 | 0.5 | - |
| YUV | 17.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 13 | 0.67 | 0 | 0.46 | 0.91 | 138.75 | 0.5 | 0.06 |
| Hex | 8 | 18 | D | 43 | 0 | 2E | 5B | 8B | 32 | 6 |
| Octal | 10 | 30 | 15 | 103 | 0 | 56 | 133 | 213 | 62 | 6 |
| Binary | 1000 | 11000 | 1101 | 1000011 | 0 | 101110 | 1011011 | 10001011 | 110010 | 110 |
Color Harmonies of #08180D
Complementary color
Monochromatic Colors of #08180D
Black with #08180D
Text Example
Text Example
White with #08180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08180D; }
p { color: rgb(8,24,13); }
H1.HeaderClassName
{
color: #08180D;
}
.AnyTagClassName
{
color: #08180D;
}
</style>
background-color css
<style>
a { background-color: #08180D; }
a { background-color: rgb(8,24,13); }
div.DivClassName
{
background-color: #08180D;
}
.BgClassName
{
background-color: #08180D;
}
</style>
border-color css
<style>
span { border-color: #08180D; }
span { border-color: rgb(8,24,13); }
td.TdClassName
{
border-color: #08180D;
}
.TagClassName
{
border-color: #08180D;
}
</style>