Shades of Dark Green #050D08
Tints of Dark Green #050D08
RGB
CMYK
RGB Variations
Color information
#050D08 (or 0x050D08) is known color: Dark Green. HEX triplet: 05, 0D and 08. RGB value is (5,13,8). Sum of RGB (Red+Green+Blue) = 5+13+8=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 13 - color contains mainly: green. Hex color #050D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D08 is #FAF2F7. Grayscale: #0A0A0A. Windows color (decimal): -16446200 or 527621. OLE color: 527621.
HSL color Cylindrical-coordinate representation of color #050D08: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050D08 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 13 | 8 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.95 |
| HSL | 142.5º | 0.44% | 0.04% | - |
| HSV(B) | 142.5º | 0.62% | 0.05% | - |
| XYZ | 0.25 | 0.34 | 0.28 | - |
| YUV | 10.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 8 | 0.62 | 0 | 0.38 | 0.95 | 142.5 | 0.44 | 0.04 |
| Hex | 5 | D | 8 | 3E | 0 | 26 | 5F | 8E | 2C | 4 |
| Octal | 5 | 15 | 10 | 76 | 0 | 46 | 137 | 216 | 54 | 4 |
| Binary | 101 | 1101 | 1000 | 111110 | 0 | 100110 | 1011111 | 10001110 | 101100 | 100 |
Color Harmonies of #050D08
Complementary color
Monochromatic Colors of #050D08
Black with #050D08
Text Example
Text Example
White with #050D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D08; }
p { color: rgb(5,13,8); }
H1.HeaderClassName
{
color: #050D08;
}
.AnyTagClassName
{
color: #050D08;
}
</style>
background-color css
<style>
a { background-color: #050D08; }
a { background-color: rgb(5,13,8); }
div.DivClassName
{
background-color: #050D08;
}
.BgClassName
{
background-color: #050D08;
}
</style>
border-color css
<style>
span { border-color: #050D08; }
span { border-color: rgb(5,13,8); }
td.TdClassName
{
border-color: #050D08;
}
.TagClassName
{
border-color: #050D08;
}
</style>