Shades of Dark Green #05150F
Tints of Dark Green #05150F
RGB
CMYK
RGB Variations
Color information
#05150F (or 0x05150F) is known color: Dark Green. HEX triplet: 05, 15 and 0F. RGB value is (5,21,15). Sum of RGB (Red+Green+Blue) = 5+21+15=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #05150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150F is #FAEAF0. Grayscale: #0F0F0F. Windows color (decimal): -16444145 or 988421. OLE color: 988421.
HSL color Cylindrical-coordinate representation of color #05150F: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #05150F is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 15 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.92 |
| HSL | 157.5º | 0.62% | 0.05% | - |
| HSV(B) | 157.5º | 0.76% | 0.08% | - |
| XYZ | 0.42 | 0.6 | 0.55 | - |
| YUV | 15.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 15 | 0.76 | 0 | 0.29 | 0.92 | 157.5 | 0.62 | 0.05 |
| Hex | 5 | 15 | F | 4C | 0 | 1D | 5C | 9E | 3E | 5 |
| Octal | 5 | 25 | 17 | 114 | 0 | 35 | 134 | 236 | 76 | 5 |
| Binary | 101 | 10101 | 1111 | 1001100 | 0 | 11101 | 1011100 | 10011110 | 111110 | 101 |
Color Harmonies of #05150F
Complementary color
Monochromatic Colors of #05150F
Black with #05150F
Text Example
Text Example
White with #05150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05150F; }
p { color: rgb(5,21,15); }
H1.HeaderClassName
{
color: #05150F;
}
.AnyTagClassName
{
color: #05150F;
}
</style>
background-color css
<style>
a { background-color: #05150F; }
a { background-color: rgb(5,21,15); }
div.DivClassName
{
background-color: #05150F;
}
.BgClassName
{
background-color: #05150F;
}
</style>
border-color css
<style>
span { border-color: #05150F; }
span { border-color: rgb(5,21,15); }
td.TdClassName
{
border-color: #05150F;
}
.TagClassName
{
border-color: #05150F;
}
</style>