Shades of Dark Green #012C21
Tints of Dark Green #012C21
RGB
CMYK
RGB Variations
Color information
#012C21 (or 0x012C21) is known color: Dark Green. HEX triplet: 01, 2C and 21. RGB value is (1,44,33). Sum of RGB (Red+Green+Blue) = 1+44+33=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #012C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C21 is #FED3DE. Grayscale: #1D1D1D. Windows color (decimal): -16700383 or 2173953. OLE color: 2173953.
HSL color Cylindrical-coordinate representation of color #012C21: hue angle of 164.65º 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 #012C21 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 33 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.83 |
| HSL | 164.65º | 0.96% | 0.09% | - |
| HSV(B) | 164.65º | 0.98% | 0.17% | - |
| XYZ | 1.19 | 1.92 | 1.75 | - |
| YUV | 29.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 33 | 0.98 | 0 | 0.25 | 0.83 | 164.65 | 0.96 | 0.09 |
| Hex | 1 | 2C | 21 | 62 | 0 | 19 | 53 | A5 | 60 | 9 |
| Octal | 1 | 54 | 41 | 142 | 0 | 31 | 123 | 245 | 140 | 11 |
| Binary | 1 | 101100 | 100001 | 1100010 | 0 | 11001 | 1010011 | 10100101 | 1100000 | 1001 |
Color Harmonies of #012C21
Complementary color
Monochromatic Colors of #012C21
Black with #012C21
Text Example
Text Example
White with #012C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C21; }
p { color: rgb(1,44,33); }
H1.HeaderClassName
{
color: #012C21;
}
.AnyTagClassName
{
color: #012C21;
}
</style>
background-color css
<style>
a { background-color: #012C21; }
a { background-color: rgb(1,44,33); }
div.DivClassName
{
background-color: #012C21;
}
.BgClassName
{
background-color: #012C21;
}
</style>
border-color css
<style>
span { border-color: #012C21; }
span { border-color: rgb(1,44,33); }
td.TdClassName
{
border-color: #012C21;
}
.TagClassName
{
border-color: #012C21;
}
</style>