Shades of Dark Green #05130E
Tints of Dark Green #05130E
RGB
CMYK
RGB Variations
Color information
#05130E (or 0x05130E) is known color: Dark Green. HEX triplet: 05, 13 and 0E. RGB value is (5,19,14). Sum of RGB (Red+Green+Blue) = 5+19+14=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #05130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130E is #FAECF1. Grayscale: #0E0E0E. Windows color (decimal): -16444658 or 922373. OLE color: 922373.
HSL color Cylindrical-coordinate representation of color #05130E: hue angle of 158.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #05130E is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 14 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.93 |
| HSL | 158.57º | 0.58% | 0.05% | - |
| HSV(B) | 158.57º | 0.74% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.5 | - |
| YUV | 14.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 14 | 0.74 | 0 | 0.26 | 0.93 | 158.57 | 0.58 | 0.05 |
| Hex | 5 | 13 | E | 4A | 0 | 1A | 5D | 9F | 3A | 5 |
| Octal | 5 | 23 | 16 | 112 | 0 | 32 | 135 | 237 | 72 | 5 |
| Binary | 101 | 10011 | 1110 | 1001010 | 0 | 11010 | 1011101 | 10011111 | 111010 | 101 |
Color Harmonies of #05130E
Complementary color
Monochromatic Colors of #05130E
Black with #05130E
Text Example
Text Example
White with #05130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05130E; }
p { color: rgb(5,19,14); }
H1.HeaderClassName
{
color: #05130E;
}
.AnyTagClassName
{
color: #05130E;
}
</style>
background-color css
<style>
a { background-color: #05130E; }
a { background-color: rgb(5,19,14); }
div.DivClassName
{
background-color: #05130E;
}
.BgClassName
{
background-color: #05130E;
}
</style>
border-color css
<style>
span { border-color: #05130E; }
span { border-color: rgb(5,19,14); }
td.TdClassName
{
border-color: #05130E;
}
.TagClassName
{
border-color: #05130E;
}
</style>