Shades of Dark Green #050C07
Tints of Dark Green #050C07
RGB
CMYK
RGB Variations
Color information
#050C07 (or 0x050C07) is known color: Dark Green. HEX triplet: 05, 0C and 07. RGB value is (5,12,7). Sum of RGB (Red+Green+Blue) = 5+12+7=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #050C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C07 is #FAF3F8. Grayscale: #090909. Windows color (decimal): -16446457 or 461829. OLE color: 461829.
HSL color Cylindrical-coordinate representation of color #050C07: hue angle of 137.14º 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 #050C07 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 7 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.95 |
| HSL | 137.14º | 0.41% | 0.03% | - |
| HSV(B) | 137.14º | 0.58% | 0.05% | - |
| XYZ | 0.23 | 0.31 | 0.25 | - |
| YUV | 9.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 7 | 0.58 | 0 | 0.42 | 0.95 | 137.14 | 0.41 | 0.03 |
| Hex | 5 | C | 7 | 3A | 0 | 2A | 5F | 89 | 29 | 3 |
| Octal | 5 | 14 | 7 | 72 | 0 | 52 | 137 | 211 | 51 | 3 |
| Binary | 101 | 1100 | 111 | 111010 | 0 | 101010 | 1011111 | 10001001 | 101001 | 11 |
Color Harmonies of #050C07
Complementary color
Monochromatic Colors of #050C07
Black with #050C07
Text Example
Text Example
White with #050C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C07; }
p { color: rgb(5,12,7); }
H1.HeaderClassName
{
color: #050C07;
}
.AnyTagClassName
{
color: #050C07;
}
</style>
background-color css
<style>
a { background-color: #050C07; }
a { background-color: rgb(5,12,7); }
div.DivClassName
{
background-color: #050C07;
}
.BgClassName
{
background-color: #050C07;
}
</style>
border-color css
<style>
span { border-color: #050C07; }
span { border-color: rgb(5,12,7); }
td.TdClassName
{
border-color: #050C07;
}
.TagClassName
{
border-color: #050C07;
}
</style>