Shades of Dark Green #012409
Tints of Dark Green #012409
RGB
CMYK
RGB Variations
Color information
#012409 (or 0x012409) is known color: Dark Green. HEX triplet: 01, 24 and 09. RGB value is (1,36,9). Sum of RGB (Red+Green+Blue) = 1+36+9=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 36 (14.45% from 255 or 78.26% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 36 - color contains mainly: green. Hex color #012409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012409 is #FEDBF6. Grayscale: #161616. Windows color (decimal): -16702455 or 599041. OLE color: 599041.
HSL color Cylindrical-coordinate representation of color #012409: hue angle of 133.71º 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 #012409 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 9 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.86 |
| HSL | 133.71º | 0.95% | 0.07% | - |
| HSV(B) | 133.71º | 0.97% | 0.14% | - |
| XYZ | 0.69 | 1.29 | 0.47 | - |
| YUV | 22.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 9 | 0.97 | 0 | 0.75 | 0.86 | 133.71 | 0.95 | 0.07 |
| Hex | 1 | 24 | 9 | 61 | 0 | 4B | 56 | 86 | 5F | 7 |
| Octal | 1 | 44 | 11 | 141 | 0 | 113 | 126 | 206 | 137 | 7 |
| Binary | 1 | 100100 | 1001 | 1100001 | 0 | 1001011 | 1010110 | 10000110 | 1011111 | 111 |
Color Harmonies of #012409
Complementary color
Monochromatic Colors of #012409
Black with #012409
Text Example
Text Example
White with #012409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012409; }
p { color: rgb(1,36,9); }
H1.HeaderClassName
{
color: #012409;
}
.AnyTagClassName
{
color: #012409;
}
</style>
background-color css
<style>
a { background-color: #012409; }
a { background-color: rgb(1,36,9); }
div.DivClassName
{
background-color: #012409;
}
.BgClassName
{
background-color: #012409;
}
</style>
border-color css
<style>
span { border-color: #012409; }
span { border-color: rgb(1,36,9); }
td.TdClassName
{
border-color: #012409;
}
.TagClassName
{
border-color: #012409;
}
</style>