Shades of Dark Green #0A2113
Tints of Dark Green #0A2113
RGB
CMYK
RGB Variations
Color information
#0A2113 (or 0x0A2113) is known color: Dark Green. HEX triplet: 0A, 21 and 13. RGB value is (10,33,19). Sum of RGB (Red+Green+Blue) = 10+33+19=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #0A2113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2113 is #F5DEEC. Grayscale: #181818. Windows color (decimal): -16113389 or 1253642. OLE color: 1253642.
HSL color Cylindrical-coordinate representation of color #0A2113: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A2113 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 19 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.87 |
| HSL | 143.48º | 0.53% | 0.08% | - |
| HSV(B) | 143.48º | 0.7% | 0.13% | - |
| XYZ | 0.79 | 1.2 | 0.81 | - |
| YUV | 24.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 19 | 0.70 | 0 | 0.42 | 0.87 | 143.48 | 0.53 | 0.08 |
| Hex | A | 21 | 13 | 46 | 0 | 2A | 57 | 8F | 35 | 8 |
| Octal | 12 | 41 | 23 | 106 | 0 | 52 | 127 | 217 | 65 | 10 |
| Binary | 1010 | 100001 | 10011 | 1000110 | 0 | 101010 | 1010111 | 10001111 | 110101 | 1000 |
Color Harmonies of #0A2113
Complementary color
Monochromatic Colors of #0A2113
Black with #0A2113
Text Example
Text Example
White with #0A2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2113; }
p { color: rgb(10,33,19); }
H1.HeaderClassName
{
color: #0A2113;
}
.AnyTagClassName
{
color: #0A2113;
}
</style>
background-color css
<style>
a { background-color: #0A2113; }
a { background-color: rgb(10,33,19); }
div.DivClassName
{
background-color: #0A2113;
}
.BgClassName
{
background-color: #0A2113;
}
</style>
border-color css
<style>
span { border-color: #0A2113; }
span { border-color: rgb(10,33,19); }
td.TdClassName
{
border-color: #0A2113;
}
.TagClassName
{
border-color: #0A2113;
}
</style>