Shades of Dark Green #011C08
Tints of Dark Green #011C08
RGB
CMYK
RGB Variations
Color information
#011C08 (or 0x011C08) is known color: Dark Green. HEX triplet: 01, 1C and 08. RGB value is (1,28,8). Sum of RGB (Red+Green+Blue) = 1+28+8=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 28 (11.33% from 255 or 75.68% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 28 - color contains mainly: green. Hex color #011C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C08 is #FEE3F7. Grayscale: #111111. Windows color (decimal): -16704504 or 531457. OLE color: 531457.
HSL color Cylindrical-coordinate representation of color #011C08: hue angle of 135.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 #011C08 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 8 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.89 |
| HSL | 135.56º | 0.93% | 0.06% | - |
| HSV(B) | 135.56º | 0.96% | 0.11% | - |
| XYZ | 0.47 | 0.85 | 0.37 | - |
| YUV | 17.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 8 | 0.96 | 0 | 0.71 | 0.89 | 135.56 | 0.93 | 0.06 |
| Hex | 1 | 1C | 8 | 60 | 0 | 47 | 59 | 88 | 5D | 6 |
| Octal | 1 | 34 | 10 | 140 | 0 | 107 | 131 | 210 | 135 | 6 |
| Binary | 1 | 11100 | 1000 | 1100000 | 0 | 1000111 | 1011001 | 10001000 | 1011101 | 110 |
Color Harmonies of #011C08
Complementary color
Monochromatic Colors of #011C08
Black with #011C08
Text Example
Text Example
White with #011C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C08; }
p { color: rgb(1,28,8); }
H1.HeaderClassName
{
color: #011C08;
}
.AnyTagClassName
{
color: #011C08;
}
</style>
background-color css
<style>
a { background-color: #011C08; }
a { background-color: rgb(1,28,8); }
div.DivClassName
{
background-color: #011C08;
}
.BgClassName
{
background-color: #011C08;
}
</style>
border-color css
<style>
span { border-color: #011C08; }
span { border-color: rgb(1,28,8); }
td.TdClassName
{
border-color: #011C08;
}
.TagClassName
{
border-color: #011C08;
}
</style>