Shades of Dark Green #012D13
Tints of Dark Green #012D13
RGB
CMYK
RGB Variations
Color information
#012D13 (or 0x012D13) is known color: Dark Green. HEX triplet: 01, 2D and 13. RGB value is (1,45,19). Sum of RGB (Red+Green+Blue) = 1+45+19=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 45 (17.97% from 255 or 69.23% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 45 - color contains mainly: green. Hex color #012D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012D13 is #FED2EC. Grayscale: #1C1C1C. Windows color (decimal): -16700141 or 1256705. OLE color: 1256705.
HSL color Cylindrical-coordinate representation of color #012D13: hue angle of 144.55º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D13 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 19 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.82 |
| HSL | 144.55º | 0.96% | 0.09% | - |
| HSV(B) | 144.55º | 0.98% | 0.18% | - |
| XYZ | 1.07 | 1.93 | 0.93 | - |
| YUV | 28.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 19 | 0.98 | 0 | 0.58 | 0.82 | 144.55 | 0.96 | 0.09 |
| Hex | 1 | 2D | 13 | 62 | 0 | 3A | 52 | 91 | 60 | 9 |
| Octal | 1 | 55 | 23 | 142 | 0 | 72 | 122 | 221 | 140 | 11 |
| Binary | 1 | 101101 | 10011 | 1100010 | 0 | 111010 | 1010010 | 10010001 | 1100000 | 1001 |
Color Harmonies of #012D13
Complementary color
Monochromatic Colors of #012D13
Black with #012D13
Text Example
Text Example
White with #012D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D13; }
p { color: rgb(1,45,19); }
H1.HeaderClassName
{
color: #012D13;
}
.AnyTagClassName
{
color: #012D13;
}
</style>
background-color css
<style>
a { background-color: #012D13; }
a { background-color: rgb(1,45,19); }
div.DivClassName
{
background-color: #012D13;
}
.BgClassName
{
background-color: #012D13;
}
</style>
border-color css
<style>
span { border-color: #012D13; }
span { border-color: rgb(1,45,19); }
td.TdClassName
{
border-color: #012D13;
}
.TagClassName
{
border-color: #012D13;
}
</style>