Shades of Dark Green #022926
Tints of Dark Green #022926
RGB
CMYK
RGB Variations
Color information
#022926 (or 0x022926) is known color: Dark Green. HEX triplet: 02, 29 and 26. RGB value is (2,41,38). Sum of RGB (Red+Green+Blue) = 2+41+38=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #022926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022926 is #FDD6D9. Grayscale: #1C1C1C. Windows color (decimal): -16635610 or 2500866. OLE color: 2500866.
HSL color Cylindrical-coordinate representation of color #022926: hue angle of 175.38º 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 #022926 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 41 | 38 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.84 |
| HSL | 175.38º | 0.91% | 0.08% | - |
| HSV(B) | 175.38º | 0.95% | 0.16% | - |
| XYZ | 1.17 | 1.74 | 2.11 | - |
| YUV | 29 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 38 | 0.95 | 0 | 0.07 | 0.84 | 175.38 | 0.91 | 0.08 |
| Hex | 2 | 29 | 26 | 5F | 0 | 7 | 54 | AF | 5B | 8 |
| Octal | 2 | 51 | 46 | 137 | 0 | 7 | 124 | 257 | 133 | 10 |
| Binary | 10 | 101001 | 100110 | 1011111 | 0 | 111 | 1010100 | 10101111 | 1011011 | 1000 |
Color Harmonies of #022926
Complementary color
Monochromatic Colors of #022926
Black with #022926
Text Example
Text Example
White with #022926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022926; }
p { color: rgb(2,41,38); }
H1.HeaderClassName
{
color: #022926;
}
.AnyTagClassName
{
color: #022926;
}
</style>
background-color css
<style>
a { background-color: #022926; }
a { background-color: rgb(2,41,38); }
div.DivClassName
{
background-color: #022926;
}
.BgClassName
{
background-color: #022926;
}
</style>
border-color css
<style>
span { border-color: #022926; }
span { border-color: rgb(2,41,38); }
td.TdClassName
{
border-color: #022926;
}
.TagClassName
{
border-color: #022926;
}
</style>