Shades of Dark Green #01290C
Tints of Dark Green #01290C
RGB
CMYK
RGB Variations
Color information
#01290C (or 0x01290C) is known color: Dark Green. HEX triplet: 01, 29 and 0C. RGB value is (1,41,12). Sum of RGB (Red+Green+Blue) = 1+41+12=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 41 (16.41% from 255 or 75.93% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 41 - color contains mainly: green. Hex color #01290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01290C is #FED6F3. Grayscale: #191919. Windows color (decimal): -16701172 or 796929. OLE color: 796929.
HSL color Cylindrical-coordinate representation of color #01290C: hue angle of 136.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01290C is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 41 | 12 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.84 |
| HSL | 136.5º | 0.95% | 0.08% | - |
| HSV(B) | 136.5º | 0.98% | 0.16% | - |
| XYZ | 0.87 | 1.62 | 0.61 | - |
| YUV | 25.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 12 | 0.98 | 0 | 0.71 | 0.84 | 136.5 | 0.95 | 0.08 |
| Hex | 1 | 29 | C | 62 | 0 | 47 | 54 | 88 | 5F | 8 |
| Octal | 1 | 51 | 14 | 142 | 0 | 107 | 124 | 210 | 137 | 10 |
| Binary | 1 | 101001 | 1100 | 1100010 | 0 | 1000111 | 1010100 | 10001000 | 1011111 | 1000 |
Color Harmonies of #01290C
Complementary color
Monochromatic Colors of #01290C
Black with #01290C
Text Example
Text Example
White with #01290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01290C; }
p { color: rgb(1,41,12); }
H1.HeaderClassName
{
color: #01290C;
}
.AnyTagClassName
{
color: #01290C;
}
</style>
background-color css
<style>
a { background-color: #01290C; }
a { background-color: rgb(1,41,12); }
div.DivClassName
{
background-color: #01290C;
}
.BgClassName
{
background-color: #01290C;
}
</style>
border-color css
<style>
span { border-color: #01290C; }
span { border-color: rgb(1,41,12); }
td.TdClassName
{
border-color: #01290C;
}
.TagClassName
{
border-color: #01290C;
}
</style>