Shades of Dark Green #051915
Tints of Dark Green #051915
RGB
CMYK
RGB Variations
Color information
#051915 (or 0x051915) is known color: Dark Green. HEX triplet: 05, 19 and 15. RGB value is (5,25,21). Sum of RGB (Red+Green+Blue) = 5+25+21=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #051915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051915 is #FAE6EA. Grayscale: #121212. Windows color (decimal): -16443115 or 1382661. OLE color: 1382661.
HSL color Cylindrical-coordinate representation of color #051915: hue angle of 168º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051915 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 21 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.90 |
| HSL | 168º | 0.67% | 0.06% | - |
| HSV(B) | 168º | 0.8% | 0.1% | - |
| XYZ | 0.55 | 0.78 | 0.83 | - |
| YUV | 18.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 21 | 0.80 | 0 | 0.16 | 0.90 | 168 | 0.67 | 0.06 |
| Hex | 5 | 19 | 15 | 50 | 0 | 10 | 5A | A8 | 43 | 6 |
| Octal | 5 | 31 | 25 | 120 | 0 | 20 | 132 | 250 | 103 | 6 |
| Binary | 101 | 11001 | 10101 | 1010000 | 0 | 10000 | 1011010 | 10101000 | 1000011 | 110 |
Color Harmonies of #051915
Complementary color
Monochromatic Colors of #051915
Black with #051915
Text Example
Text Example
White with #051915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051915; }
p { color: rgb(5,25,21); }
H1.HeaderClassName
{
color: #051915;
}
.AnyTagClassName
{
color: #051915;
}
</style>
background-color css
<style>
a { background-color: #051915; }
a { background-color: rgb(5,25,21); }
div.DivClassName
{
background-color: #051915;
}
.BgClassName
{
background-color: #051915;
}
</style>
border-color css
<style>
span { border-color: #051915; }
span { border-color: rgb(5,25,21); }
td.TdClassName
{
border-color: #051915;
}
.TagClassName
{
border-color: #051915;
}
</style>