Shades of Dark Green #05120B
Tints of Dark Green #05120B
RGB
CMYK
RGB Variations
Color information
#05120B (or 0x05120B) is known color: Dark Green. HEX triplet: 05, 12 and 0B. RGB value is (5,18,11). Sum of RGB (Red+Green+Blue) = 5+18+11=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #05120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05120B is #FAEDF4. Grayscale: #0D0D0D. Windows color (decimal): -16444917 or 725509. OLE color: 725509.
HSL color Cylindrical-coordinate representation of color #05120B: hue angle of 147.69º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #05120B is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
RGB | 5 | 18 | 11 | - |
CMYK | 0.72 | 0 | 0.39 | 0.93 |
HSL | 147.69º | 0.57% | 0.05% | - |
HSV(B) | 147.69º | 0.72% | 0.07% | - |
XYZ | 0.34 | 0.49 | 0.39 | - |
YUV | 13.32 | 126.69 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 18 | 11 | 0.72 | 0 | 0.39 | 0.93 | 147.69 | 0.57 | 0.05 |
Hex | 5 | 12 | B | 48 | 0 | 27 | 5D | 94 | 39 | 5 |
Octal | 5 | 22 | 13 | 110 | 0 | 47 | 135 | 224 | 71 | 5 |
Binary | 101 | 10010 | 1011 | 1001000 | 0 | 100111 | 1011101 | 10010100 | 111001 | 101 |
Color Harmonies of #05120B
Complementary color
Monochromatic Colors of #05120B
Black with #05120B
Text Example
Text Example
White with #05120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05120B; }
p { color: rgb(5,18,11); }
H1.HeaderClassName
{
color: #05120B;
}
.AnyTagClassName
{
color: #05120B;
}
</style>
background-color css
<style>
a { background-color: #05120B; }
a { background-color: rgb(5,18,11); }
div.DivClassName
{
background-color: #05120B;
}
.BgClassName
{
background-color: #05120B;
}
</style>
border-color css
<style>
span { border-color: #05120B; }
span { border-color: rgb(5,18,11); }
td.TdClassName
{
border-color: #05120B;
}
.TagClassName
{
border-color: #05120B;
}
</style>