Shades of Dark Green #022623
Tints of Dark Green #022623
RGB
CMYK
RGB Variations
Color information
#022623 (or 0x022623) is known color: Dark Green. HEX triplet: 02, 26 and 23. RGB value is (2,38,35). Sum of RGB (Red+Green+Blue) = 2+38+35=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #022623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022623 is #FDD9DC. Grayscale: #1A1A1A. Windows color (decimal): -16636381 or 2303490. OLE color: 2303490.
HSL color Cylindrical-coordinate representation of color #022623: hue angle of 175º 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 #022623 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 35 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.85 |
| HSL | 175º | 0.9% | 0.08% | - |
| HSV(B) | 175º | 0.95% | 0.15% | - |
| XYZ | 1.02 | 1.52 | 1.83 | - |
| YUV | 26.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 35 | 0.95 | 0 | 0.08 | 0.85 | 175 | 0.9 | 0.08 |
| Hex | 2 | 26 | 23 | 5F | 0 | 8 | 55 | AF | 5A | 8 |
| Octal | 2 | 46 | 43 | 137 | 0 | 10 | 125 | 257 | 132 | 10 |
| Binary | 10 | 100110 | 100011 | 1011111 | 0 | 1000 | 1010101 | 10101111 | 1011010 | 1000 |
Color Harmonies of #022623
Complementary color
Monochromatic Colors of #022623
Black with #022623
Text Example
Text Example
White with #022623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022623; }
p { color: rgb(2,38,35); }
H1.HeaderClassName
{
color: #022623;
}
.AnyTagClassName
{
color: #022623;
}
</style>
background-color css
<style>
a { background-color: #022623; }
a { background-color: rgb(2,38,35); }
div.DivClassName
{
background-color: #022623;
}
.BgClassName
{
background-color: #022623;
}
</style>
border-color css
<style>
span { border-color: #022623; }
span { border-color: rgb(2,38,35); }
td.TdClassName
{
border-color: #022623;
}
.TagClassName
{
border-color: #022623;
}
</style>