Shades of Dark Green #01240C
Tints of Dark Green #01240C
RGB
CMYK
RGB Variations
Color information
#01240C (or 0x01240C) is known color: Dark Green. HEX triplet: 01, 24 and 0C. RGB value is (1,36,12). Sum of RGB (Red+Green+Blue) = 1+36+12=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #01240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01240C is #FEDBF3. Grayscale: #161616. Windows color (decimal): -16702452 or 795649. OLE color: 795649.
HSL color Cylindrical-coordinate representation of color #01240C: hue angle of 138.86º 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 #01240C is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 12 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.86 |
| HSL | 138.86º | 0.95% | 0.07% | - |
| HSV(B) | 138.86º | 0.97% | 0.14% | - |
| XYZ | 0.71 | 1.29 | 0.56 | - |
| YUV | 22.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 12 | 0.97 | 0 | 0.67 | 0.86 | 138.86 | 0.95 | 0.07 |
| Hex | 1 | 24 | C | 61 | 0 | 43 | 56 | 8B | 5F | 7 |
| Octal | 1 | 44 | 14 | 141 | 0 | 103 | 126 | 213 | 137 | 7 |
| Binary | 1 | 100100 | 1100 | 1100001 | 0 | 1000011 | 1010110 | 10001011 | 1011111 | 111 |
Color Harmonies of #01240C
Complementary color
Monochromatic Colors of #01240C
Black with #01240C
Text Example
Text Example
White with #01240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01240C; }
p { color: rgb(1,36,12); }
H1.HeaderClassName
{
color: #01240C;
}
.AnyTagClassName
{
color: #01240C;
}
</style>
background-color css
<style>
a { background-color: #01240C; }
a { background-color: rgb(1,36,12); }
div.DivClassName
{
background-color: #01240C;
}
.BgClassName
{
background-color: #01240C;
}
</style>
border-color css
<style>
span { border-color: #01240C; }
span { border-color: rgb(1,36,12); }
td.TdClassName
{
border-color: #01240C;
}
.TagClassName
{
border-color: #01240C;
}
</style>