Shades of Dark Green #05150B
Tints of Dark Green #05150B
RGB
CMYK
RGB Variations
Color information
#05150B (or 0x05150B) is known color: Dark Green. HEX triplet: 05, 15 and 0B. RGB value is (5,21,11). Sum of RGB (Red+Green+Blue) = 5+21+11=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #05150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150B is #FAEAF4. Grayscale: #0F0F0F. Windows color (decimal): -16444149 or 726277. OLE color: 726277.
HSL color Cylindrical-coordinate representation of color #05150B: hue angle of 142.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 #05150B is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 11 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.92 |
| HSL | 142.5º | 0.62% | 0.05% | - |
| HSV(B) | 142.5º | 0.76% | 0.08% | - |
| XYZ | 0.39 | 0.59 | 0.41 | - |
| YUV | 15.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 11 | 0.76 | 0 | 0.48 | 0.92 | 142.5 | 0.62 | 0.05 |
| Hex | 5 | 15 | B | 4C | 0 | 30 | 5C | 8E | 3E | 5 |
| Octal | 5 | 25 | 13 | 114 | 0 | 60 | 134 | 216 | 76 | 5 |
| Binary | 101 | 10101 | 1011 | 1001100 | 0 | 110000 | 1011100 | 10001110 | 111110 | 101 |
Color Harmonies of #05150B
Complementary color
Monochromatic Colors of #05150B
Black with #05150B
Text Example
Text Example
White with #05150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05150B; }
p { color: rgb(5,21,11); }
H1.HeaderClassName
{
color: #05150B;
}
.AnyTagClassName
{
color: #05150B;
}
</style>
background-color css
<style>
a { background-color: #05150B; }
a { background-color: rgb(5,21,11); }
div.DivClassName
{
background-color: #05150B;
}
.BgClassName
{
background-color: #05150B;
}
</style>
border-color css
<style>
span { border-color: #05150B; }
span { border-color: rgb(5,21,11); }
td.TdClassName
{
border-color: #05150B;
}
.TagClassName
{
border-color: #05150B;
}
</style>