Shades of Dark Green #011C1B
Tints of Dark Green #011C1B
RGB
CMYK
RGB Variations
Color information
#011C1B (or 0x011C1B) is known color: Dark Green. HEX triplet: 01, 1C and 1B. RGB value is (1,28,27). Sum of RGB (Red+Green+Blue) = 1+28+27=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #011C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1B is #FEE3E4. Grayscale: #131313. Windows color (decimal): -16704485 or 1776641. OLE color: 1776641.
HSL color Cylindrical-coordinate representation of color #011C1B: hue angle of 177.78º 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 #011C1B is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 27 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.89 |
| HSL | 177.78º | 0.93% | 0.06% | - |
| HSV(B) | 177.78º | 0.96% | 0.11% | - |
| XYZ | 0.63 | 0.92 | 1.18 | - |
| YUV | 19.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 27 | 0.96 | 0 | 0.04 | 0.89 | 177.78 | 0.93 | 0.06 |
| Hex | 1 | 1C | 1B | 60 | 0 | 4 | 59 | B2 | 5D | 6 |
| Octal | 1 | 34 | 33 | 140 | 0 | 4 | 131 | 262 | 135 | 6 |
| Binary | 1 | 11100 | 11011 | 1100000 | 0 | 100 | 1011001 | 10110010 | 1011101 | 110 |
Color Harmonies of #011C1B
Complementary color
Monochromatic Colors of #011C1B
Black with #011C1B
Text Example
Text Example
White with #011C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C1B; }
p { color: rgb(1,28,27); }
H1.HeaderClassName
{
color: #011C1B;
}
.AnyTagClassName
{
color: #011C1B;
}
</style>
background-color css
<style>
a { background-color: #011C1B; }
a { background-color: rgb(1,28,27); }
div.DivClassName
{
background-color: #011C1B;
}
.BgClassName
{
background-color: #011C1B;
}
</style>
border-color css
<style>
span { border-color: #011C1B; }
span { border-color: rgb(1,28,27); }
td.TdClassName
{
border-color: #011C1B;
}
.TagClassName
{
border-color: #011C1B;
}
</style>