Shades of Dark Green #022523
Tints of Dark Green #022523
RGB
CMYK
RGB Variations
Color information
#022523 (or 0x022523) is known color: Dark Green. HEX triplet: 02, 25 and 23. RGB value is (2,37,35). Sum of RGB (Red+Green+Blue) = 2+37+35=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #022523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022523 is #FDDADC. Grayscale: #1A1A1A. Windows color (decimal): -16636637 or 2303234. OLE color: 2303234.
HSL color Cylindrical-coordinate representation of color #022523: hue angle of 176.57º 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 #022523 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 35 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.85 |
| HSL | 176.57º | 0.9% | 0.08% | - |
| HSV(B) | 176.57º | 0.95% | 0.15% | - |
| XYZ | 0.99 | 1.46 | 1.82 | - |
| YUV | 26.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 35 | 0.95 | 0 | 0.05 | 0.85 | 176.57 | 0.9 | 0.08 |
| Hex | 2 | 25 | 23 | 5F | 0 | 5 | 55 | B1 | 5A | 8 |
| Octal | 2 | 45 | 43 | 137 | 0 | 5 | 125 | 261 | 132 | 10 |
| Binary | 10 | 100101 | 100011 | 1011111 | 0 | 101 | 1010101 | 10110001 | 1011010 | 1000 |
Color Harmonies of #022523
Complementary color
Monochromatic Colors of #022523
Black with #022523
Text Example
Text Example
White with #022523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022523; }
p { color: rgb(2,37,35); }
H1.HeaderClassName
{
color: #022523;
}
.AnyTagClassName
{
color: #022523;
}
</style>
background-color css
<style>
a { background-color: #022523; }
a { background-color: rgb(2,37,35); }
div.DivClassName
{
background-color: #022523;
}
.BgClassName
{
background-color: #022523;
}
</style>
border-color css
<style>
span { border-color: #022523; }
span { border-color: rgb(2,37,35); }
td.TdClassName
{
border-color: #022523;
}
.TagClassName
{
border-color: #022523;
}
</style>