Shades of Dark Green #051C0B
Tints of Dark Green #051C0B
RGB
CMYK
RGB Variations
Color information
#051C0B (or 0x051C0B) is known color: Dark Green. HEX triplet: 05, 1C and 0B. RGB value is (5,28,11). Sum of RGB (Red+Green+Blue) = 5+28+11=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0B is #FAE3F4. Grayscale: #131313. Windows color (decimal): -16442357 or 728069. OLE color: 728069.
HSL color Cylindrical-coordinate representation of color #051C0B: hue angle of 135.65º 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 #051C0B is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 11 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.89 |
| HSL | 135.65º | 0.7% | 0.06% | - |
| HSV(B) | 135.65º | 0.82% | 0.11% | - |
| XYZ | 0.54 | 0.89 | 0.46 | - |
| YUV | 19.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 11 | 0.82 | 0 | 0.61 | 0.89 | 135.65 | 0.7 | 0.06 |
| Hex | 5 | 1C | B | 52 | 0 | 3D | 59 | 88 | 46 | 6 |
| Octal | 5 | 34 | 13 | 122 | 0 | 75 | 131 | 210 | 106 | 6 |
| Binary | 101 | 11100 | 1011 | 1010010 | 0 | 111101 | 1011001 | 10001000 | 1000110 | 110 |
Color Harmonies of #051C0B
Complementary color
Monochromatic Colors of #051C0B
Black with #051C0B
Text Example
Text Example
White with #051C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C0B; }
p { color: rgb(5,28,11); }
H1.HeaderClassName
{
color: #051C0B;
}
.AnyTagClassName
{
color: #051C0B;
}
</style>
background-color css
<style>
a { background-color: #051C0B; }
a { background-color: rgb(5,28,11); }
div.DivClassName
{
background-color: #051C0B;
}
.BgClassName
{
background-color: #051C0B;
}
</style>
border-color css
<style>
span { border-color: #051C0B; }
span { border-color: rgb(5,28,11); }
td.TdClassName
{
border-color: #051C0B;
}
.TagClassName
{
border-color: #051C0B;
}
</style>