Shades of Dark Green #0A2414
Tints of Dark Green #0A2414
RGB
CMYK
RGB Variations
Color information
#0A2414 (or 0x0A2414) is known color: Dark Green. HEX triplet: 0A, 24 and 14. RGB value is (10,36,20). Sum of RGB (Red+Green+Blue) = 10+36+20=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2414 is #F5DBEB. Grayscale: #1A1A1A. Windows color (decimal): -16112620 or 1319946. OLE color: 1319946.
HSL color Cylindrical-coordinate representation of color #0A2414: hue angle of 143.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2414 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 20 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.86 |
| HSL | 143.08º | 0.57% | 0.09% | - |
| HSV(B) | 143.08º | 0.72% | 0.14% | - |
| XYZ | 0.88 | 1.38 | 0.88 | - |
| YUV | 26.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 20 | 0.72 | 0 | 0.44 | 0.86 | 143.08 | 0.57 | 0.09 |
| Hex | A | 24 | 14 | 48 | 0 | 2C | 56 | 8F | 39 | 9 |
| Octal | 12 | 44 | 24 | 110 | 0 | 54 | 126 | 217 | 71 | 11 |
| Binary | 1010 | 100100 | 10100 | 1001000 | 0 | 101100 | 1010110 | 10001111 | 111001 | 1001 |
Color Harmonies of #0A2414
Complementary color
Monochromatic Colors of #0A2414
Black with #0A2414
Text Example
Text Example
White with #0A2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2414; }
p { color: rgb(10,36,20); }
H1.HeaderClassName
{
color: #0A2414;
}
.AnyTagClassName
{
color: #0A2414;
}
</style>
background-color css
<style>
a { background-color: #0A2414; }
a { background-color: rgb(10,36,20); }
div.DivClassName
{
background-color: #0A2414;
}
.BgClassName
{
background-color: #0A2414;
}
</style>
border-color css
<style>
span { border-color: #0A2414; }
span { border-color: rgb(10,36,20); }
td.TdClassName
{
border-color: #0A2414;
}
.TagClassName
{
border-color: #0A2414;
}
</style>