Shades of Dark Green #050F0E
Tints of Dark Green #050F0E
RGB
CMYK
RGB Variations
Color information
#050F0E (or 0x050F0E) is known color: Dark Green. HEX triplet: 05, 0F and 0E. RGB value is (5,15,14). Sum of RGB (Red+Green+Blue) = 5+15+14=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 15 - color contains mainly: green. Hex color #050F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F0E is #FAF0F1. Grayscale: #0B0B0B. Windows color (decimal): -16445682 or 921349. OLE color: 921349.
HSL color Cylindrical-coordinate representation of color #050F0E: hue angle of 174º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F0E is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 14 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.94 |
| HSL | 174º | 0.5% | 0.04% | - |
| HSV(B) | 174º | 0.67% | 0.06% | - |
| XYZ | 0.31 | 0.41 | 0.48 | - |
| YUV | 11.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 14 | 0.67 | 0 | 0.07 | 0.94 | 174 | 0.5 | 0.04 |
| Hex | 5 | F | E | 43 | 0 | 7 | 5E | AE | 32 | 4 |
| Octal | 5 | 17 | 16 | 103 | 0 | 7 | 136 | 256 | 62 | 4 |
| Binary | 101 | 1111 | 1110 | 1000011 | 0 | 111 | 1011110 | 10101110 | 110010 | 100 |
Color Harmonies of #050F0E
Complementary color
Monochromatic Colors of #050F0E
Black with #050F0E
Text Example
Text Example
White with #050F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F0E; }
p { color: rgb(5,15,14); }
H1.HeaderClassName
{
color: #050F0E;
}
.AnyTagClassName
{
color: #050F0E;
}
</style>
background-color css
<style>
a { background-color: #050F0E; }
a { background-color: rgb(5,15,14); }
div.DivClassName
{
background-color: #050F0E;
}
.BgClassName
{
background-color: #050F0E;
}
</style>
border-color css
<style>
span { border-color: #050F0E; }
span { border-color: rgb(5,15,14); }
td.TdClassName
{
border-color: #050F0E;
}
.TagClassName
{
border-color: #050F0E;
}
</style>