Shades of Dark Green #011C15
Tints of Dark Green #011C15
RGB
CMYK
RGB Variations
Color information
#011C15 (or 0x011C15) is known color: Dark Green. HEX triplet: 01, 1C and 15. RGB value is (1,28,21). Sum of RGB (Red+Green+Blue) = 1+28+21=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #011C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C15 is #FEE3EA. Grayscale: #131313. Windows color (decimal): -16704491 or 1383425. OLE color: 1383425.
HSL color Cylindrical-coordinate representation of color #011C15: hue angle of 164.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C15 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 21 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.89 |
| HSL | 164.44º | 0.93% | 0.06% | - |
| HSV(B) | 164.44º | 0.96% | 0.11% | - |
| XYZ | 0.56 | 0.89 | 0.85 | - |
| YUV | 19.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 21 | 0.96 | 0 | 0.25 | 0.89 | 164.44 | 0.93 | 0.06 |
| Hex | 1 | 1C | 15 | 60 | 0 | 19 | 59 | A4 | 5D | 6 |
| Octal | 1 | 34 | 25 | 140 | 0 | 31 | 131 | 244 | 135 | 6 |
| Binary | 1 | 11100 | 10101 | 1100000 | 0 | 11001 | 1011001 | 10100100 | 1011101 | 110 |
Color Harmonies of #011C15
Complementary color
Monochromatic Colors of #011C15
Black with #011C15
Text Example
Text Example
White with #011C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C15; }
p { color: rgb(1,28,21); }
H1.HeaderClassName
{
color: #011C15;
}
.AnyTagClassName
{
color: #011C15;
}
</style>
background-color css
<style>
a { background-color: #011C15; }
a { background-color: rgb(1,28,21); }
div.DivClassName
{
background-color: #011C15;
}
.BgClassName
{
background-color: #011C15;
}
</style>
border-color css
<style>
span { border-color: #011C15; }
span { border-color: rgb(1,28,21); }
td.TdClassName
{
border-color: #011C15;
}
.TagClassName
{
border-color: #011C15;
}
</style>