Shades of Dark Green #022726
Tints of Dark Green #022726
RGB
CMYK
RGB Variations
Color information
#022726 (or 0x022726) is known color: Dark Green. HEX triplet: 02, 27 and 26. RGB value is (2,39,38). Sum of RGB (Red+Green+Blue) = 2+39+38=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #022726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022726 is #FDD8D9. Grayscale: #1B1B1B. Windows color (decimal): -16636122 or 2500354. OLE color: 2500354.
HSL color Cylindrical-coordinate representation of color #022726: hue angle of 178.38º 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 #022726 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 38 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.85 |
| HSL | 178.38º | 0.9% | 0.08% | - |
| HSV(B) | 178.38º | 0.95% | 0.15% | - |
| XYZ | 1.1 | 1.6 | 2.09 | - |
| YUV | 27.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 38 | 0.95 | 0 | 0.03 | 0.85 | 178.38 | 0.9 | 0.08 |
| Hex | 2 | 27 | 26 | 5F | 0 | 3 | 55 | B2 | 5A | 8 |
| Octal | 2 | 47 | 46 | 137 | 0 | 3 | 125 | 262 | 132 | 10 |
| Binary | 10 | 100111 | 100110 | 1011111 | 0 | 11 | 1010101 | 10110010 | 1011010 | 1000 |
Color Harmonies of #022726
Complementary color
Monochromatic Colors of #022726
Black with #022726
Text Example
Text Example
White with #022726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022726; }
p { color: rgb(2,39,38); }
H1.HeaderClassName
{
color: #022726;
}
.AnyTagClassName
{
color: #022726;
}
</style>
background-color css
<style>
a { background-color: #022726; }
a { background-color: rgb(2,39,38); }
div.DivClassName
{
background-color: #022726;
}
.BgClassName
{
background-color: #022726;
}
</style>
border-color css
<style>
span { border-color: #022726; }
span { border-color: rgb(2,39,38); }
td.TdClassName
{
border-color: #022726;
}
.TagClassName
{
border-color: #022726;
}
</style>