Shades of Dark Green #050D0A
Tints of Dark Green #050D0A
RGB
CMYK
RGB Variations
Color information
#050D0A (or 0x050D0A) is known color: Dark Green. HEX triplet: 05, 0D and 0A. RGB value is (5,13,10). Sum of RGB (Red+Green+Blue) = 5+13+10=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 13 - color contains mainly: green. Hex color #050D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D0A is #FAF2F5. Grayscale: #0A0A0A. Windows color (decimal): -16446198 or 658693. OLE color: 658693.
HSL color Cylindrical-coordinate representation of color #050D0A: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050D0A is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 13 | 10 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.95 |
| HSL | 157.5º | 0.44% | 0.04% | - |
| HSV(B) | 157.5º | 0.62% | 0.05% | - |
| XYZ | 0.26 | 0.34 | 0.34 | - |
| YUV | 10.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 10 | 0.62 | 0 | 0.23 | 0.95 | 157.5 | 0.44 | 0.04 |
| Hex | 5 | D | A | 3E | 0 | 17 | 5F | 9E | 2C | 4 |
| Octal | 5 | 15 | 12 | 76 | 0 | 27 | 137 | 236 | 54 | 4 |
| Binary | 101 | 1101 | 1010 | 111110 | 0 | 10111 | 1011111 | 10011110 | 101100 | 100 |
Color Harmonies of #050D0A
Complementary color
Monochromatic Colors of #050D0A
Black with #050D0A
Text Example
Text Example
White with #050D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D0A; }
p { color: rgb(5,13,10); }
H1.HeaderClassName
{
color: #050D0A;
}
.AnyTagClassName
{
color: #050D0A;
}
</style>
background-color css
<style>
a { background-color: #050D0A; }
a { background-color: rgb(5,13,10); }
div.DivClassName
{
background-color: #050D0A;
}
.BgClassName
{
background-color: #050D0A;
}
</style>
border-color css
<style>
span { border-color: #050D0A; }
span { border-color: rgb(5,13,10); }
td.TdClassName
{
border-color: #050D0A;
}
.TagClassName
{
border-color: #050D0A;
}
</style>