Shades of Dark Green #05150D
Tints of Dark Green #05150D
RGB
CMYK
RGB Variations
Color information
#05150D (or 0x05150D) is known color: Dark Green. HEX triplet: 05, 15 and 0D. RGB value is (5,21,13). Sum of RGB (Red+Green+Blue) = 5+21+13=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #05150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150D is #FAEAF2. Grayscale: #0F0F0F. Windows color (decimal): -16444147 or 857349. OLE color: 857349.
HSL color Cylindrical-coordinate representation of color #05150D: hue angle of 150º 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 #05150D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
RGB | 5 | 21 | 13 | - |
CMYK | 0.76 | 0 | 0.38 | 0.92 |
HSL | 150º | 0.62% | 0.05% | - |
HSV(B) | 150º | 0.76% | 0.08% | - |
XYZ | 0.4 | 0.6 | 0.47 | - |
YUV | 15.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 21 | 13 | 0.76 | 0 | 0.38 | 0.92 | 150 | 0.62 | 0.05 |
Hex | 5 | 15 | D | 4C | 0 | 26 | 5C | 96 | 3E | 5 |
Octal | 5 | 25 | 15 | 114 | 0 | 46 | 134 | 226 | 76 | 5 |
Binary | 101 | 10101 | 1101 | 1001100 | 0 | 100110 | 1011100 | 10010110 | 111110 | 101 |
Color Harmonies of #05150D
Complementary color
Monochromatic Colors of #05150D
Black with #05150D
Text Example
Text Example
White with #05150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05150D; }
p { color: rgb(5,21,13); }
H1.HeaderClassName
{
color: #05150D;
}
.AnyTagClassName
{
color: #05150D;
}
</style>
background-color css
<style>
a { background-color: #05150D; }
a { background-color: rgb(5,21,13); }
div.DivClassName
{
background-color: #05150D;
}
.BgClassName
{
background-color: #05150D;
}
</style>
border-color css
<style>
span { border-color: #05150D; }
span { border-color: rgb(5,21,13); }
td.TdClassName
{
border-color: #05150D;
}
.TagClassName
{
border-color: #05150D;
}
</style>