Shades of Dark Green #012C29
Tints of Dark Green #012C29
RGB
CMYK
RGB Variations
Color information
#012C29 (or 0x012C29) is known color: Dark Green. HEX triplet: 01, 2C and 29. RGB value is (1,44,41). Sum of RGB (Red+Green+Blue) = 1+44+41=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #012C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C29 is #FED3D6. Grayscale: #1E1E1E. Windows color (decimal): -16700375 or 2698241. OLE color: 2698241.
HSL color Cylindrical-coordinate representation of color #012C29: hue angle of 175.81º 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 #012C29 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 44 | 41 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.83 |
| HSL | 175.81º | 0.96% | 0.09% | - |
| HSV(B) | 175.81º | 0.98% | 0.17% | - |
| XYZ | 1.31 | 1.97 | 2.41 | - |
| YUV | 30.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 41 | 0.98 | 0 | 0.07 | 0.83 | 175.81 | 0.96 | 0.09 |
| Hex | 1 | 2C | 29 | 62 | 0 | 7 | 53 | B0 | 60 | 9 |
| Octal | 1 | 54 | 51 | 142 | 0 | 7 | 123 | 260 | 140 | 11 |
| Binary | 1 | 101100 | 101001 | 1100010 | 0 | 111 | 1010011 | 10110000 | 1100000 | 1001 |
Color Harmonies of #012C29
Complementary color
Monochromatic Colors of #012C29
Black with #012C29
Text Example
Text Example
White with #012C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C29; }
p { color: rgb(1,44,41); }
H1.HeaderClassName
{
color: #012C29;
}
.AnyTagClassName
{
color: #012C29;
}
</style>
background-color css
<style>
a { background-color: #012C29; }
a { background-color: rgb(1,44,41); }
div.DivClassName
{
background-color: #012C29;
}
.BgClassName
{
background-color: #012C29;
}
</style>
border-color css
<style>
span { border-color: #012C29; }
span { border-color: rgb(1,44,41); }
td.TdClassName
{
border-color: #012C29;
}
.TagClassName
{
border-color: #012C29;
}
</style>