Shades of Dark Green #050C0B
Tints of Dark Green #050C0B
RGB
CMYK
RGB Variations
Color information
#050C0B (or 0x050C0B) is known color: Dark Green. HEX triplet: 05, 0C and 0B. RGB value is (5,12,11). Sum of RGB (Red+Green+Blue) = 5+12+11=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #050C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C0B is #FAF3F4. Grayscale: #090909. Windows color (decimal): -16446453 or 723973. OLE color: 723973.
HSL color Cylindrical-coordinate representation of color #050C0B: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C0B is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 11 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.95 |
| HSL | 171.43º | 0.41% | 0.03% | - |
| HSV(B) | 171.43º | 0.58% | 0.05% | - |
| XYZ | 0.25 | 0.32 | 0.36 | - |
| YUV | 9.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 11 | 0.58 | 0 | 0.08 | 0.95 | 171.43 | 0.41 | 0.03 |
| Hex | 5 | C | B | 3A | 0 | 8 | 5F | AB | 29 | 3 |
| Octal | 5 | 14 | 13 | 72 | 0 | 10 | 137 | 253 | 51 | 3 |
| Binary | 101 | 1100 | 1011 | 111010 | 0 | 1000 | 1011111 | 10101011 | 101001 | 11 |
Color Harmonies of #050C0B
Complementary color
Monochromatic Colors of #050C0B
Black with #050C0B
Text Example
Text Example
White with #050C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C0B; }
p { color: rgb(5,12,11); }
H1.HeaderClassName
{
color: #050C0B;
}
.AnyTagClassName
{
color: #050C0B;
}
</style>
background-color css
<style>
a { background-color: #050C0B; }
a { background-color: rgb(5,12,11); }
div.DivClassName
{
background-color: #050C0B;
}
.BgClassName
{
background-color: #050C0B;
}
</style>
border-color css
<style>
span { border-color: #050C0B; }
span { border-color: rgb(5,12,11); }
td.TdClassName
{
border-color: #050C0B;
}
.TagClassName
{
border-color: #050C0B;
}
</style>