Shades of Dark Green #05100A
Tints of Dark Green #05100A
RGB
CMYK
RGB Variations
Color information
#05100A (or 0x05100A) is known color: Dark Green. HEX triplet: 05, 10 and 0A. RGB value is (5,16,10). Sum of RGB (Red+Green+Blue) = 5+16+10=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #05100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05100A is #FAEFF5. Grayscale: #0C0C0C. Windows color (decimal): -16445430 or 659461. OLE color: 659461.
HSL color Cylindrical-coordinate representation of color #05100A: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #05100A is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 16 | 10 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.94 |
| HSL | 147.27º | 0.52% | 0.04% | - |
| HSV(B) | 147.27º | 0.69% | 0.06% | - |
| XYZ | 0.3 | 0.42 | 0.35 | - |
| YUV | 12.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 10 | 0.69 | 0 | 0.37 | 0.94 | 147.27 | 0.52 | 0.04 |
| Hex | 5 | 10 | A | 45 | 0 | 25 | 5E | 93 | 34 | 4 |
| Octal | 5 | 20 | 12 | 105 | 0 | 45 | 136 | 223 | 64 | 4 |
| Binary | 101 | 10000 | 1010 | 1000101 | 0 | 100101 | 1011110 | 10010011 | 110100 | 100 |
Color Harmonies of #05100A
Complementary color
Monochromatic Colors of #05100A
Black with #05100A
Text Example
Text Example
White with #05100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05100A; }
p { color: rgb(5,16,10); }
H1.HeaderClassName
{
color: #05100A;
}
.AnyTagClassName
{
color: #05100A;
}
</style>
background-color css
<style>
a { background-color: #05100A; }
a { background-color: rgb(5,16,10); }
div.DivClassName
{
background-color: #05100A;
}
.BgClassName
{
background-color: #05100A;
}
</style>
border-color css
<style>
span { border-color: #05100A; }
span { border-color: rgb(5,16,10); }
td.TdClassName
{
border-color: #05100A;
}
.TagClassName
{
border-color: #05100A;
}
</style>