Shades of Dark Green #011C10
Tints of Dark Green #011C10
RGB
CMYK
RGB Variations
Color information
#011C10 (or 0x011C10) is known color: Dark Green. HEX triplet: 01, 1C and 10. RGB value is (1,28,16). Sum of RGB (Red+Green+Blue) = 1+28+16=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #011C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C10 is #FEE3EF. Grayscale: #121212. Windows color (decimal): -16704496 or 1055745. OLE color: 1055745.
HSL color Cylindrical-coordinate representation of color #011C10: hue angle of 153.33º 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 #011C10 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 16 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.89 |
| HSL | 153.33º | 0.93% | 0.06% | - |
| HSV(B) | 153.33º | 0.96% | 0.11% | - |
| XYZ | 0.52 | 0.87 | 0.63 | - |
| YUV | 18.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 16 | 0.96 | 0 | 0.43 | 0.89 | 153.33 | 0.93 | 0.06 |
| Hex | 1 | 1C | 10 | 60 | 0 | 2B | 59 | 99 | 5D | 6 |
| Octal | 1 | 34 | 20 | 140 | 0 | 53 | 131 | 231 | 135 | 6 |
| Binary | 1 | 11100 | 10000 | 1100000 | 0 | 101011 | 1011001 | 10011001 | 1011101 | 110 |
Color Harmonies of #011C10
Complementary color
Monochromatic Colors of #011C10
Black with #011C10
Text Example
Text Example
White with #011C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C10; }
p { color: rgb(1,28,16); }
H1.HeaderClassName
{
color: #011C10;
}
.AnyTagClassName
{
color: #011C10;
}
</style>
background-color css
<style>
a { background-color: #011C10; }
a { background-color: rgb(1,28,16); }
div.DivClassName
{
background-color: #011C10;
}
.BgClassName
{
background-color: #011C10;
}
</style>
border-color css
<style>
span { border-color: #011C10; }
span { border-color: rgb(1,28,16); }
td.TdClassName
{
border-color: #011C10;
}
.TagClassName
{
border-color: #011C10;
}
</style>