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