Shades of Dark Green #05180E
Tints of Dark Green #05180E
RGB
CMYK
RGB Variations
Color information
#05180E (or 0x05180E) is known color: Dark Green. HEX triplet: 05, 18 and 0E. RGB value is (5,24,14). Sum of RGB (Red+Green+Blue) = 5+24+14=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #05180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180E is #FAE7F1. Grayscale: #111111. Windows color (decimal): -16443378 or 923653. OLE color: 923653.
HSL color Cylindrical-coordinate representation of color #05180E: hue angle of 148.42º 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 #05180E is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 24 | 14 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.91 |
| HSL | 148.42º | 0.66% | 0.06% | - |
| HSV(B) | 148.42º | 0.79% | 0.09% | - |
| XYZ | 0.47 | 0.72 | 0.53 | - |
| YUV | 17.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 14 | 0.79 | 0 | 0.42 | 0.91 | 148.42 | 0.66 | 0.06 |
| Hex | 5 | 18 | E | 4F | 0 | 2A | 5B | 94 | 42 | 6 |
| Octal | 5 | 30 | 16 | 117 | 0 | 52 | 133 | 224 | 102 | 6 |
| Binary | 101 | 11000 | 1110 | 1001111 | 0 | 101010 | 1011011 | 10010100 | 1000010 | 110 |
Color Harmonies of #05180E
Complementary color
Monochromatic Colors of #05180E
Black with #05180E
Text Example
Text Example
White with #05180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05180E; }
p { color: rgb(5,24,14); }
H1.HeaderClassName
{
color: #05180E;
}
.AnyTagClassName
{
color: #05180E;
}
</style>
background-color css
<style>
a { background-color: #05180E; }
a { background-color: rgb(5,24,14); }
div.DivClassName
{
background-color: #05180E;
}
.BgClassName
{
background-color: #05180E;
}
</style>
border-color css
<style>
span { border-color: #05180E; }
span { border-color: rgb(5,24,14); }
td.TdClassName
{
border-color: #05180E;
}
.TagClassName
{
border-color: #05180E;
}
</style>