Shades of Dark Green #051E12
Tints of Dark Green #051E12
RGB
CMYK
RGB Variations
Color information
#051E12 (or 0x051E12) is known color: Dark Green. HEX triplet: 05, 1E and 12. RGB value is (5,30,18). Sum of RGB (Red+Green+Blue) = 5+30+18=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #051E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E12 is #FAE1ED. Grayscale: #151515. Windows color (decimal): -16441838 or 1187333. OLE color: 1187333.
HSL color Cylindrical-coordinate representation of color #051E12: hue angle of 151.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051E12 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 18 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.88 |
| HSL | 151.2º | 0.71% | 0.07% | - |
| HSV(B) | 151.2º | 0.83% | 0.12% | - |
| XYZ | 0.64 | 1 | 0.73 | - |
| YUV | 21.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 18 | 0.83 | 0 | 0.40 | 0.88 | 151.2 | 0.71 | 0.07 |
| Hex | 5 | 1E | 12 | 53 | 0 | 28 | 58 | 97 | 47 | 7 |
| Octal | 5 | 36 | 22 | 123 | 0 | 50 | 130 | 227 | 107 | 7 |
| Binary | 101 | 11110 | 10010 | 1010011 | 0 | 101000 | 1011000 | 10010111 | 1000111 | 111 |
Color Harmonies of #051E12
Complementary color
Monochromatic Colors of #051E12
Black with #051E12
Text Example
Text Example
White with #051E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E12; }
p { color: rgb(5,30,18); }
H1.HeaderClassName
{
color: #051E12;
}
.AnyTagClassName
{
color: #051E12;
}
</style>
background-color css
<style>
a { background-color: #051E12; }
a { background-color: rgb(5,30,18); }
div.DivClassName
{
background-color: #051E12;
}
.BgClassName
{
background-color: #051E12;
}
</style>
border-color css
<style>
span { border-color: #051E12; }
span { border-color: rgb(5,30,18); }
td.TdClassName
{
border-color: #051E12;
}
.TagClassName
{
border-color: #051E12;
}
</style>