Shades of Dark Green #01240E
Tints of Dark Green #01240E
RGB
CMYK
RGB Variations
Color information
#01240E (or 0x01240E) is known color: Dark Green. HEX triplet: 01, 24 and 0E. RGB value is (1,36,14). Sum of RGB (Red+Green+Blue) = 1+36+14=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #01240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01240E is #FEDBF1. Grayscale: #171717. Windows color (decimal): -16702450 or 926721. OLE color: 926721.
HSL color Cylindrical-coordinate representation of color #01240E: hue angle of 142.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01240E is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 14 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.86 |
| HSL | 142.29º | 0.95% | 0.07% | - |
| HSV(B) | 142.29º | 0.97% | 0.14% | - |
| XYZ | 0.72 | 1.3 | 0.63 | - |
| YUV | 23.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 14 | 0.97 | 0 | 0.61 | 0.86 | 142.29 | 0.95 | 0.07 |
| Hex | 1 | 24 | E | 61 | 0 | 3D | 56 | 8E | 5F | 7 |
| Octal | 1 | 44 | 16 | 141 | 0 | 75 | 126 | 216 | 137 | 7 |
| Binary | 1 | 100100 | 1110 | 1100001 | 0 | 111101 | 1010110 | 10001110 | 1011111 | 111 |
Color Harmonies of #01240E
Complementary color
Monochromatic Colors of #01240E
Black with #01240E
Text Example
Text Example
White with #01240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01240E; }
p { color: rgb(1,36,14); }
H1.HeaderClassName
{
color: #01240E;
}
.AnyTagClassName
{
color: #01240E;
}
</style>
background-color css
<style>
a { background-color: #01240E; }
a { background-color: rgb(1,36,14); }
div.DivClassName
{
background-color: #01240E;
}
.BgClassName
{
background-color: #01240E;
}
</style>
border-color css
<style>
span { border-color: #01240E; }
span { border-color: rgb(1,36,14); }
td.TdClassName
{
border-color: #01240E;
}
.TagClassName
{
border-color: #01240E;
}
</style>