Shades of Dark Green #012C10
Tints of Dark Green #012C10
RGB
CMYK
RGB Variations
Color information
#012C10 (or 0x012C10) is known color: Dark Green. HEX triplet: 01, 2C and 10. RGB value is (1,44,16). Sum of RGB (Red+Green+Blue) = 1+44+16=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #012C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012C10 is #FED3EF. Grayscale: #1C1C1C. Windows color (decimal): -16700400 or 1059841. OLE color: 1059841.
HSL color Cylindrical-coordinate representation of color #012C10: hue angle of 140.93º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C10 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 16 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.83 |
| HSL | 140.93º | 0.96% | 0.09% | - |
| HSV(B) | 140.93º | 0.98% | 0.17% | - |
| XYZ | 1.01 | 1.85 | 0.79 | - |
| YUV | 27.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 16 | 0.98 | 0 | 0.64 | 0.83 | 140.93 | 0.96 | 0.09 |
| Hex | 1 | 2C | 10 | 62 | 0 | 40 | 53 | 8D | 60 | 9 |
| Octal | 1 | 54 | 20 | 142 | 0 | 100 | 123 | 215 | 140 | 11 |
| Binary | 1 | 101100 | 10000 | 1100010 | 0 | 1000000 | 1010011 | 10001101 | 1100000 | 1001 |
Color Harmonies of #012C10
Complementary color
Monochromatic Colors of #012C10
Black with #012C10
Text Example
Text Example
White with #012C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C10; }
p { color: rgb(1,44,16); }
H1.HeaderClassName
{
color: #012C10;
}
.AnyTagClassName
{
color: #012C10;
}
</style>
background-color css
<style>
a { background-color: #012C10; }
a { background-color: rgb(1,44,16); }
div.DivClassName
{
background-color: #012C10;
}
.BgClassName
{
background-color: #012C10;
}
</style>
border-color css
<style>
span { border-color: #012C10; }
span { border-color: rgb(1,44,16); }
td.TdClassName
{
border-color: #012C10;
}
.TagClassName
{
border-color: #012C10;
}
</style>