Shades of Dark Green #0A2A1F
Tints of Dark Green #0A2A1F
RGB
CMYK
RGB Variations
Color information
#0A2A1F (or 0x0A2A1F) is known color: Dark Green. HEX triplet: 0A, 2A and 1F. RGB value is (10,42,31). Sum of RGB (Red+Green+Blue) = 10+42+31=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #0A2A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A1F is #F5D5E0. Grayscale: #1F1F1F. Windows color (decimal): -16111073 or 2042378. OLE color: 2042378.
HSL color Cylindrical-coordinate representation of color #0A2A1F: hue angle of 159.38º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2A1F is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 42 | 31 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.84 |
| HSL | 159.38º | 0.62% | 0.1% | - |
| HSV(B) | 159.38º | 0.76% | 0.16% | - |
| XYZ | 1.2 | 1.82 | 1.58 | - |
| YUV | 31.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 31 | 0.76 | 0 | 0.26 | 0.84 | 159.38 | 0.62 | 0.1 |
| Hex | A | 2A | 1F | 4C | 0 | 1A | 54 | 9F | 3E | A |
| Octal | 12 | 52 | 37 | 114 | 0 | 32 | 124 | 237 | 76 | 12 |
| Binary | 1010 | 101010 | 11111 | 1001100 | 0 | 11010 | 1010100 | 10011111 | 111110 | 1010 |
Color Harmonies of #0A2A1F
Complementary color
Monochromatic Colors of #0A2A1F
Black with #0A2A1F
Text Example
Text Example
White with #0A2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A1F; }
p { color: rgb(10,42,31); }
H1.HeaderClassName
{
color: #0A2A1F;
}
.AnyTagClassName
{
color: #0A2A1F;
}
</style>
background-color css
<style>
a { background-color: #0A2A1F; }
a { background-color: rgb(10,42,31); }
div.DivClassName
{
background-color: #0A2A1F;
}
.BgClassName
{
background-color: #0A2A1F;
}
</style>
border-color css
<style>
span { border-color: #0A2A1F; }
span { border-color: rgb(10,42,31); }
td.TdClassName
{
border-color: #0A2A1F;
}
.TagClassName
{
border-color: #0A2A1F;
}
</style>