Shades of Dark Green #05180D
Tints of Dark Green #05180D
RGB
CMYK
RGB Variations
Color information
#05180D (or 0x05180D) is known color: Dark Green. HEX triplet: 05, 18 and 0D. RGB value is (5,24,13). Sum of RGB (Red+Green+Blue) = 5+24+13=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #05180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180D is #FAE7F2. Grayscale: #111111. Windows color (decimal): -16443379 or 858117. OLE color: 858117.
HSL color Cylindrical-coordinate representation of color #05180D: hue angle of 145.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #05180D is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 24 | 13 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.91 |
| HSL | 145.26º | 0.66% | 0.06% | - |
| HSV(B) | 145.26º | 0.79% | 0.09% | - |
| XYZ | 0.46 | 0.71 | 0.49 | - |
| YUV | 17.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 13 | 0.79 | 0 | 0.46 | 0.91 | 145.26 | 0.66 | 0.06 |
| Hex | 5 | 18 | D | 4F | 0 | 2E | 5B | 91 | 42 | 6 |
| Octal | 5 | 30 | 15 | 117 | 0 | 56 | 133 | 221 | 102 | 6 |
| Binary | 101 | 11000 | 1101 | 1001111 | 0 | 101110 | 1011011 | 10010001 | 1000010 | 110 |
Color Harmonies of #05180D
Complementary color
Monochromatic Colors of #05180D
Black with #05180D
Text Example
Text Example
White with #05180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05180D; }
p { color: rgb(5,24,13); }
H1.HeaderClassName
{
color: #05180D;
}
.AnyTagClassName
{
color: #05180D;
}
</style>
background-color css
<style>
a { background-color: #05180D; }
a { background-color: rgb(5,24,13); }
div.DivClassName
{
background-color: #05180D;
}
.BgClassName
{
background-color: #05180D;
}
</style>
border-color css
<style>
span { border-color: #05180D; }
span { border-color: rgb(5,24,13); }
td.TdClassName
{
border-color: #05180D;
}
.TagClassName
{
border-color: #05180D;
}
</style>