Shades of Dark Green #0A2624
Tints of Dark Green #0A2624
RGB
CMYK
RGB Variations
Color information
#0A2624 (or 0x0A2624) is known color: Dark Green. HEX triplet: 0A, 26 and 24. RGB value is (10,38,36). Sum of RGB (Red+Green+Blue) = 10+38+36=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2624 is #F5D9DB. Grayscale: #1D1D1D. Windows color (decimal): -16112092 or 2369034. OLE color: 2369034.
HSL color Cylindrical-coordinate representation of color #0A2624: hue angle of 175.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2624 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 36 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.85 |
| HSL | 175.71º | 0.58% | 0.09% | - |
| HSV(B) | 175.71º | 0.74% | 0.15% | - |
| XYZ | 1.14 | 1.58 | 1.91 | - |
| YUV | 29.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 36 | 0.74 | 0 | 0.05 | 0.85 | 175.71 | 0.58 | 0.09 |
| Hex | A | 26 | 24 | 4A | 0 | 5 | 55 | B0 | 3A | 9 |
| Octal | 12 | 46 | 44 | 112 | 0 | 5 | 125 | 260 | 72 | 11 |
| Binary | 1010 | 100110 | 100100 | 1001010 | 0 | 101 | 1010101 | 10110000 | 111010 | 1001 |
Color Harmonies of #0A2624
Complementary color
Monochromatic Colors of #0A2624
Black with #0A2624
Text Example
Text Example
White with #0A2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2624; }
p { color: rgb(10,38,36); }
H1.HeaderClassName
{
color: #0A2624;
}
.AnyTagClassName
{
color: #0A2624;
}
</style>
background-color css
<style>
a { background-color: #0A2624; }
a { background-color: rgb(10,38,36); }
div.DivClassName
{
background-color: #0A2624;
}
.BgClassName
{
background-color: #0A2624;
}
</style>
border-color css
<style>
span { border-color: #0A2624; }
span { border-color: rgb(10,38,36); }
td.TdClassName
{
border-color: #0A2624;
}
.TagClassName
{
border-color: #0A2624;
}
</style>