Shades of Dark Green #01180A
Tints of Dark Green #01180A
RGB
CMYK
RGB Variations
Color information
#01180A (or 0x01180A) is known color: Dark Green. HEX triplet: 01, 18 and 0A. RGB value is (1,24,10). Sum of RGB (Red+Green+Blue) = 1+24+10=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #01180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180A is #FEE7F5. Grayscale: #0F0F0F. Windows color (decimal): -16705526 or 661505. OLE color: 661505.
HSL color Cylindrical-coordinate representation of color #01180A: hue angle of 143.48º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01180A is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 10 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.91 |
| HSL | 143.48º | 0.92% | 0.05% | - |
| HSV(B) | 143.48º | 0.96% | 0.09% | - |
| XYZ | 0.39 | 0.68 | 0.4 | - |
| YUV | 15.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 10 | 0.96 | 0 | 0.58 | 0.91 | 143.48 | 0.92 | 0.05 |
| Hex | 1 | 18 | A | 60 | 0 | 3A | 5B | 8F | 5C | 5 |
| Octal | 1 | 30 | 12 | 140 | 0 | 72 | 133 | 217 | 134 | 5 |
| Binary | 1 | 11000 | 1010 | 1100000 | 0 | 111010 | 1011011 | 10001111 | 1011100 | 101 |
Color Harmonies of #01180A
Complementary color
Monochromatic Colors of #01180A
Black with #01180A
Text Example
Text Example
White with #01180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01180A; }
p { color: rgb(1,24,10); }
H1.HeaderClassName
{
color: #01180A;
}
.AnyTagClassName
{
color: #01180A;
}
</style>
background-color css
<style>
a { background-color: #01180A; }
a { background-color: rgb(1,24,10); }
div.DivClassName
{
background-color: #01180A;
}
.BgClassName
{
background-color: #01180A;
}
</style>
border-color css
<style>
span { border-color: #01180A; }
span { border-color: rgb(1,24,10); }
td.TdClassName
{
border-color: #01180A;
}
.TagClassName
{
border-color: #01180A;
}
</style>