Shades of Dark Green #023226
Tints of Dark Green #023226
RGB
CMYK
RGB Variations
Color information
#023226 (or 0x023226) is known color: Dark Green. HEX triplet: 02, 32 and 26. RGB value is (2,50,38). Sum of RGB (Red+Green+Blue) = 2+50+38=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #023226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023226 is #FDCDD9. Grayscale: #222222. Windows color (decimal): -16633306 or 2503170. OLE color: 2503170.
HSL color Cylindrical-coordinate representation of color #023226: hue angle of 165º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023226 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 38 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.80 |
| HSL | 165º | 0.92% | 0.1% | - |
| HSV(B) | 165º | 0.96% | 0.2% | - |
| XYZ | 1.52 | 2.43 | 2.22 | - |
| YUV | 34.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 38 | 0.96 | 0 | 0.24 | 0.80 | 165 | 0.92 | 0.1 |
| Hex | 2 | 32 | 26 | 60 | 0 | 18 | 50 | A5 | 5C | A |
| Octal | 2 | 62 | 46 | 140 | 0 | 30 | 120 | 245 | 134 | 12 |
| Binary | 10 | 110010 | 100110 | 1100000 | 0 | 11000 | 1010000 | 10100101 | 1011100 | 1010 |
Color Harmonies of #023226
Complementary color
Monochromatic Colors of #023226
Black with #023226
Text Example
Text Example
White with #023226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023226; }
p { color: rgb(2,50,38); }
H1.HeaderClassName
{
color: #023226;
}
.AnyTagClassName
{
color: #023226;
}
</style>
background-color css
<style>
a { background-color: #023226; }
a { background-color: rgb(2,50,38); }
div.DivClassName
{
background-color: #023226;
}
.BgClassName
{
background-color: #023226;
}
</style>
border-color css
<style>
span { border-color: #023226; }
span { border-color: rgb(2,50,38); }
td.TdClassName
{
border-color: #023226;
}
.TagClassName
{
border-color: #023226;
}
</style>