Shades of Dark Green #022625
Tints of Dark Green #022625
RGB
CMYK
RGB Variations
Color information
#022625 (or 0x022625) is known color: Dark Green. HEX triplet: 02, 26 and 25. RGB value is (2,38,37). Sum of RGB (Red+Green+Blue) = 2+38+37=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #022625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022625 is #FDD9DA. Grayscale: #1B1B1B. Windows color (decimal): -16636379 or 2434562. OLE color: 2434562.
HSL color Cylindrical-coordinate representation of color #022625: hue angle of 178.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 #022625 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 37 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.85 |
| HSL | 178.33º | 0.9% | 0.08% | - |
| HSV(B) | 178.33º | 0.95% | 0.15% | - |
| XYZ | 1.05 | 1.53 | 1.99 | - |
| YUV | 27.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 37 | 0.95 | 0 | 0.03 | 0.85 | 178.33 | 0.9 | 0.08 |
| Hex | 2 | 26 | 25 | 5F | 0 | 3 | 55 | B2 | 5A | 8 |
| Octal | 2 | 46 | 45 | 137 | 0 | 3 | 125 | 262 | 132 | 10 |
| Binary | 10 | 100110 | 100101 | 1011111 | 0 | 11 | 1010101 | 10110010 | 1011010 | 1000 |
Color Harmonies of #022625
Complementary color
Monochromatic Colors of #022625
Black with #022625
Text Example
Text Example
White with #022625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022625; }
p { color: rgb(2,38,37); }
H1.HeaderClassName
{
color: #022625;
}
.AnyTagClassName
{
color: #022625;
}
</style>
background-color css
<style>
a { background-color: #022625; }
a { background-color: rgb(2,38,37); }
div.DivClassName
{
background-color: #022625;
}
.BgClassName
{
background-color: #022625;
}
</style>
border-color css
<style>
span { border-color: #022625; }
span { border-color: rgb(2,38,37); }
td.TdClassName
{
border-color: #022625;
}
.TagClassName
{
border-color: #022625;
}
</style>