Shades of Dark Green #012D1D
Tints of Dark Green #012D1D
RGB
CMYK
RGB Variations
Color information
#012D1D (or 0x012D1D) is known color: Dark Green. HEX triplet: 01, 2D and 1D. RGB value is (1,45,29). Sum of RGB (Red+Green+Blue) = 1+45+29=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #012D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D1D is #FED2E2. Grayscale: #1E1E1E. Windows color (decimal): -16700131 or 1912065. OLE color: 1912065.
HSL color Cylindrical-coordinate representation of color #012D1D: hue angle of 158.18º 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 #012D1D is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 29 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.82 |
| HSL | 158.18º | 0.96% | 0.09% | - |
| HSV(B) | 158.18º | 0.98% | 0.18% | - |
| XYZ | 1.17 | 1.97 | 1.48 | - |
| YUV | 30.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 29 | 0.98 | 0 | 0.36 | 0.82 | 158.18 | 0.96 | 0.09 |
| Hex | 1 | 2D | 1D | 62 | 0 | 24 | 52 | 9E | 60 | 9 |
| Octal | 1 | 55 | 35 | 142 | 0 | 44 | 122 | 236 | 140 | 11 |
| Binary | 1 | 101101 | 11101 | 1100010 | 0 | 100100 | 1010010 | 10011110 | 1100000 | 1001 |
Color Harmonies of #012D1D
Complementary color
Monochromatic Colors of #012D1D
Black with #012D1D
Text Example
Text Example
White with #012D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D1D; }
p { color: rgb(1,45,29); }
H1.HeaderClassName
{
color: #012D1D;
}
.AnyTagClassName
{
color: #012D1D;
}
</style>
background-color css
<style>
a { background-color: #012D1D; }
a { background-color: rgb(1,45,29); }
div.DivClassName
{
background-color: #012D1D;
}
.BgClassName
{
background-color: #012D1D;
}
</style>
border-color css
<style>
span { border-color: #012D1D; }
span { border-color: rgb(1,45,29); }
td.TdClassName
{
border-color: #012D1D;
}
.TagClassName
{
border-color: #012D1D;
}
</style>