Shades of Dark Green #0A211C
Tints of Dark Green #0A211C
RGB
CMYK
RGB Variations
Color information
#0A211C (or 0x0A211C) is known color: Dark Green. HEX triplet: 0A, 21 and 1C. RGB value is (10,33,28). Sum of RGB (Red+Green+Blue) = 10+33+28=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #0A211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A211C is #F5DEE3. Grayscale: #191919. Windows color (decimal): -16113380 or 1843466. OLE color: 1843466.
HSL color Cylindrical-coordinate representation of color #0A211C: hue angle of 166.96º 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 #0A211C is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 28 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.87 |
| HSL | 166.96º | 0.53% | 0.08% | - |
| HSV(B) | 166.96º | 0.7% | 0.13% | - |
| XYZ | 0.88 | 1.24 | 1.29 | - |
| YUV | 25.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 28 | 0.70 | 0 | 0.15 | 0.87 | 166.96 | 0.53 | 0.08 |
| Hex | A | 21 | 1C | 46 | 0 | F | 57 | A7 | 35 | 8 |
| Octal | 12 | 41 | 34 | 106 | 0 | 17 | 127 | 247 | 65 | 10 |
| Binary | 1010 | 100001 | 11100 | 1000110 | 0 | 1111 | 1010111 | 10100111 | 110101 | 1000 |
Color Harmonies of #0A211C
Complementary color
Monochromatic Colors of #0A211C
Black with #0A211C
Text Example
Text Example
White with #0A211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A211C; }
p { color: rgb(10,33,28); }
H1.HeaderClassName
{
color: #0A211C;
}
.AnyTagClassName
{
color: #0A211C;
}
</style>
background-color css
<style>
a { background-color: #0A211C; }
a { background-color: rgb(10,33,28); }
div.DivClassName
{
background-color: #0A211C;
}
.BgClassName
{
background-color: #0A211C;
}
</style>
border-color css
<style>
span { border-color: #0A211C; }
span { border-color: rgb(10,33,28); }
td.TdClassName
{
border-color: #0A211C;
}
.TagClassName
{
border-color: #0A211C;
}
</style>