Shades of Dark Green #012D22
Tints of Dark Green #012D22
RGB
CMYK
RGB Variations
Color information
#012D22 (or 0x012D22) is known color: Dark Green. HEX triplet: 01, 2D and 22. RGB value is (1,45,34). Sum of RGB (Red+Green+Blue) = 1+45+34=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #012D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D22 is #FED2DD. Grayscale: #1E1E1E. Windows color (decimal): -16700126 or 2239745. OLE color: 2239745.
HSL color Cylindrical-coordinate representation of color #012D22: hue angle of 165º 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 #012D22 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 34 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.82 |
| HSL | 165º | 0.96% | 0.09% | - |
| HSV(B) | 165º | 0.98% | 0.18% | - |
| XYZ | 1.24 | 2 | 1.83 | - |
| YUV | 30.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 34 | 0.98 | 0 | 0.24 | 0.82 | 165 | 0.96 | 0.09 |
| Hex | 1 | 2D | 22 | 62 | 0 | 18 | 52 | A5 | 60 | 9 |
| Octal | 1 | 55 | 42 | 142 | 0 | 30 | 122 | 245 | 140 | 11 |
| Binary | 1 | 101101 | 100010 | 1100010 | 0 | 11000 | 1010010 | 10100101 | 1100000 | 1001 |
Color Harmonies of #012D22
Complementary color
Monochromatic Colors of #012D22
Black with #012D22
Text Example
Text Example
White with #012D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D22; }
p { color: rgb(1,45,34); }
H1.HeaderClassName
{
color: #012D22;
}
.AnyTagClassName
{
color: #012D22;
}
</style>
background-color css
<style>
a { background-color: #012D22; }
a { background-color: rgb(1,45,34); }
div.DivClassName
{
background-color: #012D22;
}
.BgClassName
{
background-color: #012D22;
}
</style>
border-color css
<style>
span { border-color: #012D22; }
span { border-color: rgb(1,45,34); }
td.TdClassName
{
border-color: #012D22;
}
.TagClassName
{
border-color: #012D22;
}
</style>