Shades of Dark Green #022622
Tints of Dark Green #022622
RGB
CMYK
RGB Variations
Color information
#022622 (or 0x022622) is known color: Dark Green. HEX triplet: 02, 26 and 22. RGB value is (2,38,34). Sum of RGB (Red+Green+Blue) = 2+38+34=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #022622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022622 is #FDD9DD. Grayscale: #1A1A1A. Windows color (decimal): -16636382 or 2237954. OLE color: 2237954.
HSL color Cylindrical-coordinate representation of color #022622: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022622 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 34 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.85 |
| HSL | 173.33º | 0.9% | 0.08% | - |
| HSV(B) | 173.33º | 0.95% | 0.15% | - |
| XYZ | 1.01 | 1.51 | 1.75 | - |
| YUV | 26.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 34 | 0.95 | 0 | 0.11 | 0.85 | 173.33 | 0.9 | 0.08 |
| Hex | 2 | 26 | 22 | 5F | 0 | B | 55 | AD | 5A | 8 |
| Octal | 2 | 46 | 42 | 137 | 0 | 13 | 125 | 255 | 132 | 10 |
| Binary | 10 | 100110 | 100010 | 1011111 | 0 | 1011 | 1010101 | 10101101 | 1011010 | 1000 |
Color Harmonies of #022622
Complementary color
Monochromatic Colors of #022622
Black with #022622
Text Example
Text Example
White with #022622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022622; }
p { color: rgb(2,38,34); }
H1.HeaderClassName
{
color: #022622;
}
.AnyTagClassName
{
color: #022622;
}
</style>
background-color css
<style>
a { background-color: #022622; }
a { background-color: rgb(2,38,34); }
div.DivClassName
{
background-color: #022622;
}
.BgClassName
{
background-color: #022622;
}
</style>
border-color css
<style>
span { border-color: #022622; }
span { border-color: rgb(2,38,34); }
td.TdClassName
{
border-color: #022622;
}
.TagClassName
{
border-color: #022622;
}
</style>