Shades of Dark Green #023313
Tints of Dark Green #023313
RGB
CMYK
RGB Variations
Color information
#023313 (or 0x023313) is known color: Dark Green. HEX triplet: 02, 33 and 13. RGB value is (2,51,19). Sum of RGB (Red+Green+Blue) = 2+51+19=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #023313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023313 is #FDCCEC. Grayscale: #202020. Windows color (decimal): -16633069 or 1258242. OLE color: 1258242.
HSL color Cylindrical-coordinate representation of color #023313: hue angle of 140.82º 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 #023313 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 19 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.8 |
| HSL | 140.82º | 0.92% | 0.1% | - |
| HSV(B) | 140.82º | 0.96% | 0.2% | - |
| XYZ | 1.33 | 2.43 | 1.01 | - |
| YUV | 32.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 19 | 0.96 | 0 | 0.63 | 0.8 | 140.82 | 0.92 | 0.1 |
| Hex | 2 | 33 | 13 | 60 | 0 | 3F | 50 | 8D | 5C | A |
| Octal | 2 | 63 | 23 | 140 | 0 | 77 | 120 | 215 | 134 | 12 |
| Binary | 10 | 110011 | 10011 | 1100000 | 0 | 111111 | 1010000 | 10001101 | 1011100 | 1010 |
Color Harmonies of #023313
Complementary color
Monochromatic Colors of #023313
Black with #023313
Text Example
Text Example
White with #023313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023313; }
p { color: rgb(2,51,19); }
H1.HeaderClassName
{
color: #023313;
}
.AnyTagClassName
{
color: #023313;
}
</style>
background-color css
<style>
a { background-color: #023313; }
a { background-color: rgb(2,51,19); }
div.DivClassName
{
background-color: #023313;
}
.BgClassName
{
background-color: #023313;
}
</style>
border-color css
<style>
span { border-color: #023313; }
span { border-color: rgb(2,51,19); }
td.TdClassName
{
border-color: #023313;
}
.TagClassName
{
border-color: #023313;
}
</style>