Shades of Dark Green #05190F
Tints of Dark Green #05190F
RGB
CMYK
RGB Variations
Color information
#05190F (or 0x05190F) is known color: Dark Green. HEX triplet: 05, 19 and 0F. RGB value is (5,25,15). Sum of RGB (Red+Green+Blue) = 5+25+15=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #05190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190F is #FAE6F0. Grayscale: #111111. Windows color (decimal): -16443121 or 989445. OLE color: 989445.
HSL color Cylindrical-coordinate representation of color #05190F: hue angle of 150º 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 #05190F is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 15 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.90 |
| HSL | 150º | 0.67% | 0.06% | - |
| HSV(B) | 150º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.76 | 0.57 | - |
| YUV | 17.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 15 | 0.80 | 0 | 0.40 | 0.90 | 150 | 0.67 | 0.06 |
| Hex | 5 | 19 | F | 50 | 0 | 28 | 5A | 96 | 43 | 6 |
| Octal | 5 | 31 | 17 | 120 | 0 | 50 | 132 | 226 | 103 | 6 |
| Binary | 101 | 11001 | 1111 | 1010000 | 0 | 101000 | 1011010 | 10010110 | 1000011 | 110 |
Color Harmonies of #05190F
Complementary color
Monochromatic Colors of #05190F
Black with #05190F
Text Example
Text Example
White with #05190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05190F; }
p { color: rgb(5,25,15); }
H1.HeaderClassName
{
color: #05190F;
}
.AnyTagClassName
{
color: #05190F;
}
</style>
background-color css
<style>
a { background-color: #05190F; }
a { background-color: rgb(5,25,15); }
div.DivClassName
{
background-color: #05190F;
}
.BgClassName
{
background-color: #05190F;
}
</style>
border-color css
<style>
span { border-color: #05190F; }
span { border-color: rgb(5,25,15); }
td.TdClassName
{
border-color: #05190F;
}
.TagClassName
{
border-color: #05190F;
}
</style>