Shades of Dark Green #050F08
Tints of Dark Green #050F08
RGB
CMYK
RGB Variations
Color information
#050F08 (or 0x050F08) is known color: Dark Green. HEX triplet: 05, 0F and 08. RGB value is (5,15,8). Sum of RGB (Red+Green+Blue) = 5+15+8=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #050F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F08 is #FAF0F7. Grayscale: #0B0B0B. Windows color (decimal): -16445688 or 528133. OLE color: 528133.
HSL color Cylindrical-coordinate representation of color #050F08: hue angle of 138º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F08 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 8 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.94 |
| HSL | 138º | 0.5% | 0.04% | - |
| HSV(B) | 138º | 0.67% | 0.06% | - |
| XYZ | 0.28 | 0.39 | 0.29 | - |
| YUV | 11.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 8 | 0.67 | 0 | 0.47 | 0.94 | 138 | 0.5 | 0.04 |
| Hex | 5 | F | 8 | 43 | 0 | 2F | 5E | 8A | 32 | 4 |
| Octal | 5 | 17 | 10 | 103 | 0 | 57 | 136 | 212 | 62 | 4 |
| Binary | 101 | 1111 | 1000 | 1000011 | 0 | 101111 | 1011110 | 10001010 | 110010 | 100 |
Color Harmonies of #050F08
Complementary color
Monochromatic Colors of #050F08
Black with #050F08
Text Example
Text Example
White with #050F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F08; }
p { color: rgb(5,15,8); }
H1.HeaderClassName
{
color: #050F08;
}
.AnyTagClassName
{
color: #050F08;
}
</style>
background-color css
<style>
a { background-color: #050F08; }
a { background-color: rgb(5,15,8); }
div.DivClassName
{
background-color: #050F08;
}
.BgClassName
{
background-color: #050F08;
}
</style>
border-color css
<style>
span { border-color: #050F08; }
span { border-color: rgb(5,15,8); }
td.TdClassName
{
border-color: #050F08;
}
.TagClassName
{
border-color: #050F08;
}
</style>