Shades of Dark Green #012829
Tints of Dark Green #012829
RGB
CMYK
RGB Variations
Color information
#012829 (or 0x012829) is known color: Dark Green. HEX triplet: 01, 28 and 29. RGB value is (1,40,41). Sum of RGB (Red+Green+Blue) = 1+40+41=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #012829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012829 is #FED7D6. Grayscale: #1C1C1C. Windows color (decimal): -16701399 or 2697217. OLE color: 2697217.
HSL color Cylindrical-coordinate representation of color #012829: hue angle of 181.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012829 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 41 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.84 |
| HSL | 181.5º | 0.95% | 0.08% | - |
| HSV(B) | 181.5º | 0.98% | 0.16% | - |
| XYZ | 1.17 | 1.68 | 2.36 | - |
| YUV | 28.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 41 | 0.98 | 0.02 | 0 | 0.84 | 181.5 | 0.95 | 0.08 |
| Hex | 1 | 28 | 29 | 62 | 2 | 0 | 54 | B6 | 5F | 8 |
| Octal | 1 | 50 | 51 | 142 | 2 | 0 | 124 | 266 | 137 | 10 |
| Binary | 1 | 101000 | 101001 | 1100010 | 10 | 0 | 1010100 | 10110110 | 1011111 | 1000 |
Color Harmonies of #012829
Complementary color
Monochromatic Colors of #012829
Black with #012829
Text Example
Text Example
White with #012829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012829; }
p { color: rgb(1,40,41); }
H1.HeaderClassName
{
color: #012829;
}
.AnyTagClassName
{
color: #012829;
}
</style>
background-color css
<style>
a { background-color: #012829; }
a { background-color: rgb(1,40,41); }
div.DivClassName
{
background-color: #012829;
}
.BgClassName
{
background-color: #012829;
}
</style>
border-color css
<style>
span { border-color: #012829; }
span { border-color: rgb(1,40,41); }
td.TdClassName
{
border-color: #012829;
}
.TagClassName
{
border-color: #012829;
}
</style>