Shades of Dark Green #051B10
Tints of Dark Green #051B10
RGB
CMYK
RGB Variations
Color information
#051B10 (or 0x051B10) is known color: Dark Green. HEX triplet: 05, 1B and 10. RGB value is (5,27,16). Sum of RGB (Red+Green+Blue) = 5+27+16=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #051B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B10 is #FAE4EF. Grayscale: #131313. Windows color (decimal): -16442608 or 1055493. OLE color: 1055493.
HSL color Cylindrical-coordinate representation of color #051B10: hue angle of 150º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B10 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 16 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.89 |
| HSL | 150º | 0.69% | 0.06% | - |
| HSV(B) | 150º | 0.81% | 0.11% | - |
| XYZ | 0.55 | 0.85 | 0.63 | - |
| YUV | 19.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 16 | 0.81 | 0 | 0.41 | 0.89 | 150 | 0.69 | 0.06 |
| Hex | 5 | 1B | 10 | 51 | 0 | 29 | 59 | 96 | 45 | 6 |
| Octal | 5 | 33 | 20 | 121 | 0 | 51 | 131 | 226 | 105 | 6 |
| Binary | 101 | 11011 | 10000 | 1010001 | 0 | 101001 | 1011001 | 10010110 | 1000101 | 110 |
Color Harmonies of #051B10
Complementary color
Monochromatic Colors of #051B10
Black with #051B10
Text Example
Text Example
White with #051B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B10; }
p { color: rgb(5,27,16); }
H1.HeaderClassName
{
color: #051B10;
}
.AnyTagClassName
{
color: #051B10;
}
</style>
background-color css
<style>
a { background-color: #051B10; }
a { background-color: rgb(5,27,16); }
div.DivClassName
{
background-color: #051B10;
}
.BgClassName
{
background-color: #051B10;
}
</style>
border-color css
<style>
span { border-color: #051B10; }
span { border-color: rgb(5,27,16); }
td.TdClassName
{
border-color: #051B10;
}
.TagClassName
{
border-color: #051B10;
}
</style>