Shades of Dark Green #0A312A
Tints of Dark Green #0A312A
RGB
CMYK
RGB Variations
Color information
#0A312A (or 0x0A312A) is known color: Dark Green. HEX triplet: 0A, 31 and 2A. RGB value is (10,49,42). Sum of RGB (Red+Green+Blue) = 10+49+42=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312A is #F5CED5. Grayscale: #242424. Windows color (decimal): -16109270 or 2765066. OLE color: 2765066.
HSL color Cylindrical-coordinate representation of color #0A312A: hue angle of 169.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A312A is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 42 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.81 |
| HSL | 169.23º | 0.66% | 0.12% | - |
| HSV(B) | 169.23º | 0.8% | 0.19% | - |
| XYZ | 1.64 | 2.43 | 2.57 | - |
| YUV | 36.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 42 | 0.80 | 0 | 0.14 | 0.81 | 169.23 | 0.66 | 0.12 |
| Hex | A | 31 | 2A | 50 | 0 | E | 51 | A9 | 42 | C |
| Octal | 12 | 61 | 52 | 120 | 0 | 16 | 121 | 251 | 102 | 14 |
| Binary | 1010 | 110001 | 101010 | 1010000 | 0 | 1110 | 1010001 | 10101001 | 1000010 | 1100 |
Color Harmonies of #0A312A
Complementary color
Monochromatic Colors of #0A312A
Black with #0A312A
Text Example
Text Example
White with #0A312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A312A; }
p { color: rgb(10,49,42); }
H1.HeaderClassName
{
color: #0A312A;
}
.AnyTagClassName
{
color: #0A312A;
}
</style>
background-color css
<style>
a { background-color: #0A312A; }
a { background-color: rgb(10,49,42); }
div.DivClassName
{
background-color: #0A312A;
}
.BgClassName
{
background-color: #0A312A;
}
</style>
border-color css
<style>
span { border-color: #0A312A; }
span { border-color: rgb(10,49,42); }
td.TdClassName
{
border-color: #0A312A;
}
.TagClassName
{
border-color: #0A312A;
}
</style>