Shades of Dark Green #022313
Tints of Dark Green #022313
RGB
CMYK
RGB Variations
Color information
#022313 (or 0x022313) is known color: Dark Green. HEX triplet: 02, 23 and 13. RGB value is (2,35,19). Sum of RGB (Red+Green+Blue) = 2+35+19=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #022313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022313 is #FDDCEC. Grayscale: #171717. Windows color (decimal): -16637165 or 1254146. OLE color: 1254146.
HSL color Cylindrical-coordinate representation of color #022313: hue angle of 150.91º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022313 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 35 | 19 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.86 |
| HSL | 150.91º | 0.89% | 0.07% | - |
| HSV(B) | 150.91º | 0.94% | 0.14% | - |
| XYZ | 0.74 | 1.26 | 0.82 | - |
| YUV | 23.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 19 | 0.94 | 0 | 0.46 | 0.86 | 150.91 | 0.89 | 0.07 |
| Hex | 2 | 23 | 13 | 5E | 0 | 2E | 56 | 97 | 59 | 7 |
| Octal | 2 | 43 | 23 | 136 | 0 | 56 | 126 | 227 | 131 | 7 |
| Binary | 10 | 100011 | 10011 | 1011110 | 0 | 101110 | 1010110 | 10010111 | 1011001 | 111 |
Color Harmonies of #022313
Complementary color
Monochromatic Colors of #022313
Black with #022313
Text Example
Text Example
White with #022313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022313; }
p { color: rgb(2,35,19); }
H1.HeaderClassName
{
color: #022313;
}
.AnyTagClassName
{
color: #022313;
}
</style>
background-color css
<style>
a { background-color: #022313; }
a { background-color: rgb(2,35,19); }
div.DivClassName
{
background-color: #022313;
}
.BgClassName
{
background-color: #022313;
}
</style>
border-color css
<style>
span { border-color: #022313; }
span { border-color: rgb(2,35,19); }
td.TdClassName
{
border-color: #022313;
}
.TagClassName
{
border-color: #022313;
}
</style>