Shades of Dark Green #01180C
Tints of Dark Green #01180C
RGB
CMYK
RGB Variations
Color information
#01180C (or 0x01180C) is known color: Dark Green. HEX triplet: 01, 18 and 0C. RGB value is (1,24,12). Sum of RGB (Red+Green+Blue) = 1+24+12=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #01180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180C is #FEE7F3. Grayscale: #0F0F0F. Windows color (decimal): -16705524 or 792577. OLE color: 792577.
HSL color Cylindrical-coordinate representation of color #01180C: hue angle of 148.7º 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 #01180C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 12 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.91 |
| HSL | 148.7º | 0.92% | 0.05% | - |
| HSV(B) | 148.7º | 0.96% | 0.09% | - |
| XYZ | 0.41 | 0.69 | 0.46 | - |
| YUV | 15.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 12 | 0.96 | 0 | 0.50 | 0.91 | 148.7 | 0.92 | 0.05 |
| Hex | 1 | 18 | C | 60 | 0 | 32 | 5B | 95 | 5C | 5 |
| Octal | 1 | 30 | 14 | 140 | 0 | 62 | 133 | 225 | 134 | 5 |
| Binary | 1 | 11000 | 1100 | 1100000 | 0 | 110010 | 1011011 | 10010101 | 1011100 | 101 |
Color Harmonies of #01180C
Complementary color
Monochromatic Colors of #01180C
Black with #01180C
Text Example
Text Example
White with #01180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01180C; }
p { color: rgb(1,24,12); }
H1.HeaderClassName
{
color: #01180C;
}
.AnyTagClassName
{
color: #01180C;
}
</style>
background-color css
<style>
a { background-color: #01180C; }
a { background-color: rgb(1,24,12); }
div.DivClassName
{
background-color: #01180C;
}
.BgClassName
{
background-color: #01180C;
}
</style>
border-color css
<style>
span { border-color: #01180C; }
span { border-color: rgb(1,24,12); }
td.TdClassName
{
border-color: #01180C;
}
.TagClassName
{
border-color: #01180C;
}
</style>