Shades of Dark Green #051C1B
Tints of Dark Green #051C1B
RGB
CMYK
RGB Variations
Color information
#051C1B (or 0x051C1B) is known color: Dark Green. HEX triplet: 05, 1C and 1B. RGB value is (5,28,27). Sum of RGB (Red+Green+Blue) = 5+28+27=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #051C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1B is #FAE3E4. Grayscale: #141414. Windows color (decimal): -16442341 or 1776645. OLE color: 1776645.
HSL color Cylindrical-coordinate representation of color #051C1B: hue angle of 177.39º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C1B is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 27 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.89 |
| HSL | 177.39º | 0.7% | 0.06% | - |
| HSV(B) | 177.39º | 0.82% | 0.11% | - |
| XYZ | 0.68 | 0.94 | 1.18 | - |
| YUV | 21.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 27 | 0.82 | 0 | 0.04 | 0.89 | 177.39 | 0.7 | 0.06 |
| Hex | 5 | 1C | 1B | 52 | 0 | 4 | 59 | B1 | 46 | 6 |
| Octal | 5 | 34 | 33 | 122 | 0 | 4 | 131 | 261 | 106 | 6 |
| Binary | 101 | 11100 | 11011 | 1010010 | 0 | 100 | 1011001 | 10110001 | 1000110 | 110 |
Color Harmonies of #051C1B
Complementary color
Monochromatic Colors of #051C1B
Black with #051C1B
Text Example
Text Example
White with #051C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C1B; }
p { color: rgb(5,28,27); }
H1.HeaderClassName
{
color: #051C1B;
}
.AnyTagClassName
{
color: #051C1B;
}
</style>
background-color css
<style>
a { background-color: #051C1B; }
a { background-color: rgb(5,28,27); }
div.DivClassName
{
background-color: #051C1B;
}
.BgClassName
{
background-color: #051C1B;
}
</style>
border-color css
<style>
span { border-color: #051C1B; }
span { border-color: rgb(5,28,27); }
td.TdClassName
{
border-color: #051C1B;
}
.TagClassName
{
border-color: #051C1B;
}
</style>