Shades of Dark Green #011C1A
Tints of Dark Green #011C1A
RGB
CMYK
RGB Variations
Color information
#011C1A (or 0x011C1A) is known color: Dark Green. HEX triplet: 01, 1C and 1A. RGB value is (1,28,26). Sum of RGB (Red+Green+Blue) = 1+28+26=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #011C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1A is #FEE3E5. Grayscale: #131313. Windows color (decimal): -16704486 or 1711105. OLE color: 1711105.
HSL color Cylindrical-coordinate representation of color #011C1A: hue angle of 175.56º 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 #011C1A is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 26 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.89 |
| HSL | 175.56º | 0.93% | 0.06% | - |
| HSV(B) | 175.56º | 0.96% | 0.11% | - |
| XYZ | 0.61 | 0.91 | 1.12 | - |
| YUV | 19.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 26 | 0.96 | 0 | 0.07 | 0.89 | 175.56 | 0.93 | 0.06 |
| Hex | 1 | 1C | 1A | 60 | 0 | 7 | 59 | B0 | 5D | 6 |
| Octal | 1 | 34 | 32 | 140 | 0 | 7 | 131 | 260 | 135 | 6 |
| Binary | 1 | 11100 | 11010 | 1100000 | 0 | 111 | 1011001 | 10110000 | 1011101 | 110 |
Color Harmonies of #011C1A
Complementary color
Monochromatic Colors of #011C1A
Black with #011C1A
Text Example
Text Example
White with #011C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C1A; }
p { color: rgb(1,28,26); }
H1.HeaderClassName
{
color: #011C1A;
}
.AnyTagClassName
{
color: #011C1A;
}
</style>
background-color css
<style>
a { background-color: #011C1A; }
a { background-color: rgb(1,28,26); }
div.DivClassName
{
background-color: #011C1A;
}
.BgClassName
{
background-color: #011C1A;
}
</style>
border-color css
<style>
span { border-color: #011C1A; }
span { border-color: rgb(1,28,26); }
td.TdClassName
{
border-color: #011C1A;
}
.TagClassName
{
border-color: #011C1A;
}
</style>