Shades of Dark Green #051512
Tints of Dark Green #051512
RGB
CMYK
RGB Variations
Color information
#051512 (or 0x051512) is known color: Dark Green. HEX triplet: 05, 15 and 12. RGB value is (5,21,18). Sum of RGB (Red+Green+Blue) = 5+21+18=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #051512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051512 is #FAEAED. Grayscale: #0F0F0F. Windows color (decimal): -16444142 or 1185029. OLE color: 1185029.
HSL color Cylindrical-coordinate representation of color #051512: hue angle of 168.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051512 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 18 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.92 |
| HSL | 168.75º | 0.62% | 0.05% | - |
| HSV(B) | 168.75º | 0.76% | 0.08% | - |
| XYZ | 0.44 | 0.61 | 0.67 | - |
| YUV | 15.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 18 | 0.76 | 0 | 0.14 | 0.92 | 168.75 | 0.62 | 0.05 |
| Hex | 5 | 15 | 12 | 4C | 0 | E | 5C | A9 | 3E | 5 |
| Octal | 5 | 25 | 22 | 114 | 0 | 16 | 134 | 251 | 76 | 5 |
| Binary | 101 | 10101 | 10010 | 1001100 | 0 | 1110 | 1011100 | 10101001 | 111110 | 101 |
Color Harmonies of #051512
Complementary color
Monochromatic Colors of #051512
Black with #051512
Text Example
Text Example
White with #051512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051512; }
p { color: rgb(5,21,18); }
H1.HeaderClassName
{
color: #051512;
}
.AnyTagClassName
{
color: #051512;
}
</style>
background-color css
<style>
a { background-color: #051512; }
a { background-color: rgb(5,21,18); }
div.DivClassName
{
background-color: #051512;
}
.BgClassName
{
background-color: #051512;
}
</style>
border-color css
<style>
span { border-color: #051512; }
span { border-color: rgb(5,21,18); }
td.TdClassName
{
border-color: #051512;
}
.TagClassName
{
border-color: #051512;
}
</style>