Shades of Dark Green #05130F
Tints of Dark Green #05130F
RGB
CMYK
RGB Variations
Color information
#05130F (or 0x05130F) is known color: Dark Green. HEX triplet: 05, 13 and 0F. RGB value is (5,19,15). Sum of RGB (Red+Green+Blue) = 5+19+15=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #05130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130F is #FAECF0. Grayscale: #0E0E0E. Windows color (decimal): -16444657 or 987909. OLE color: 987909.
HSL color Cylindrical-coordinate representation of color #05130F: hue angle of 162.86º 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 #05130F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 15 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.93 |
| HSL | 162.86º | 0.58% | 0.05% | - |
| HSV(B) | 162.86º | 0.74% | 0.07% | - |
| XYZ | 0.38 | 0.53 | 0.53 | - |
| YUV | 14.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 15 | 0.74 | 0 | 0.21 | 0.93 | 162.86 | 0.58 | 0.05 |
| Hex | 5 | 13 | F | 4A | 0 | 15 | 5D | A3 | 3A | 5 |
| Octal | 5 | 23 | 17 | 112 | 0 | 25 | 135 | 243 | 72 | 5 |
| Binary | 101 | 10011 | 1111 | 1001010 | 0 | 10101 | 1011101 | 10100011 | 111010 | 101 |
Color Harmonies of #05130F
Complementary color
Monochromatic Colors of #05130F
Black with #05130F
Text Example
Text Example
White with #05130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05130F; }
p { color: rgb(5,19,15); }
H1.HeaderClassName
{
color: #05130F;
}
.AnyTagClassName
{
color: #05130F;
}
</style>
background-color css
<style>
a { background-color: #05130F; }
a { background-color: rgb(5,19,15); }
div.DivClassName
{
background-color: #05130F;
}
.BgClassName
{
background-color: #05130F;
}
</style>
border-color css
<style>
span { border-color: #05130F; }
span { border-color: rgb(5,19,15); }
td.TdClassName
{
border-color: #05130F;
}
.TagClassName
{
border-color: #05130F;
}
</style>