Shades of Dark Green #023113
Tints of Dark Green #023113
RGB
CMYK
RGB Variations
Color information
#023113 (or 0x023113) is known color: Dark Green. HEX triplet: 02, 31 and 13. RGB value is (2,49,19). Sum of RGB (Red+Green+Blue) = 2+49+19=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #023113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023113 is #FDCEEC. Grayscale: #1F1F1F. Windows color (decimal): -16633581 or 1257730. OLE color: 1257730.
HSL color Cylindrical-coordinate representation of color #023113: hue angle of 141.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023113 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 19 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.81 |
| HSL | 141.7º | 0.92% | 0.1% | - |
| HSV(B) | 141.7º | 0.96% | 0.19% | - |
| XYZ | 1.24 | 2.26 | 0.99 | - |
| YUV | 31.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 19 | 0.96 | 0 | 0.61 | 0.81 | 141.7 | 0.92 | 0.1 |
| Hex | 2 | 31 | 13 | 60 | 0 | 3D | 51 | 8E | 5C | A |
| Octal | 2 | 61 | 23 | 140 | 0 | 75 | 121 | 216 | 134 | 12 |
| Binary | 10 | 110001 | 10011 | 1100000 | 0 | 111101 | 1010001 | 10001110 | 1011100 | 1010 |
Color Harmonies of #023113
Complementary color
Monochromatic Colors of #023113
Black with #023113
Text Example
Text Example
White with #023113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023113; }
p { color: rgb(2,49,19); }
H1.HeaderClassName
{
color: #023113;
}
.AnyTagClassName
{
color: #023113;
}
</style>
background-color css
<style>
a { background-color: #023113; }
a { background-color: rgb(2,49,19); }
div.DivClassName
{
background-color: #023113;
}
.BgClassName
{
background-color: #023113;
}
</style>
border-color css
<style>
span { border-color: #023113; }
span { border-color: rgb(2,49,19); }
td.TdClassName
{
border-color: #023113;
}
.TagClassName
{
border-color: #023113;
}
</style>