Shades of Dark Green #07180D
Tints of Dark Green #07180D
RGB
CMYK
RGB Variations
Color information
#07180D (or 0x07180D) is known color: Dark Green. HEX triplet: 07, 18 and 0D. RGB value is (7,24,13). Sum of RGB (Red+Green+Blue) = 7+24+13=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #07180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07180D is #F8E7F2. Grayscale: #111111. Windows color (decimal): -16312307 or 858119. OLE color: 858119.
HSL color Cylindrical-coordinate representation of color #07180D: hue angle of 141.18º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #07180D is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 24 | 13 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.91 |
| HSL | 141.18º | 0.55% | 0.06% | - |
| HSV(B) | 141.18º | 0.71% | 0.09% | - |
| XYZ | 0.49 | 0.73 | 0.5 | - |
| YUV | 17.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 13 | 0.71 | 0 | 0.46 | 0.91 | 141.18 | 0.55 | 0.06 |
| Hex | 7 | 18 | D | 47 | 0 | 2E | 5B | 8D | 37 | 6 |
| Octal | 7 | 30 | 15 | 107 | 0 | 56 | 133 | 215 | 67 | 6 |
| Binary | 111 | 11000 | 1101 | 1000111 | 0 | 101110 | 1011011 | 10001101 | 110111 | 110 |
Color Harmonies of #07180D
Complementary color
Monochromatic Colors of #07180D
Black with #07180D
Text Example
Text Example
White with #07180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07180D; }
p { color: rgb(7,24,13); }
H1.HeaderClassName
{
color: #07180D;
}
.AnyTagClassName
{
color: #07180D;
}
</style>
background-color css
<style>
a { background-color: #07180D; }
a { background-color: rgb(7,24,13); }
div.DivClassName
{
background-color: #07180D;
}
.BgClassName
{
background-color: #07180D;
}
</style>
border-color css
<style>
span { border-color: #07180D; }
span { border-color: rgb(7,24,13); }
td.TdClassName
{
border-color: #07180D;
}
.TagClassName
{
border-color: #07180D;
}
</style>