Shades of Dark Green #0A3126
Tints of Dark Green #0A3126
RGB
CMYK
RGB Variations
Color information
#0A3126 (or 0x0A3126) is known color: Dark Green. HEX triplet: 0A, 31 and 26. RGB value is (10,49,38). Sum of RGB (Red+Green+Blue) = 10+49+38=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3126 is #F5CED9. Grayscale: #242424. Windows color (decimal): -16109274 or 2502922. OLE color: 2502922.
HSL color Cylindrical-coordinate representation of color #0A3126: hue angle of 163.08º 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 #0A3126 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 38 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.81 |
| HSL | 163.08º | 0.66% | 0.12% | - |
| HSV(B) | 163.08º | 0.8% | 0.19% | - |
| XYZ | 1.57 | 2.4 | 2.21 | - |
| YUV | 36.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 38 | 0.80 | 0 | 0.22 | 0.81 | 163.08 | 0.66 | 0.12 |
| Hex | A | 31 | 26 | 50 | 0 | 16 | 51 | A3 | 42 | C |
| Octal | 12 | 61 | 46 | 120 | 0 | 26 | 121 | 243 | 102 | 14 |
| Binary | 1010 | 110001 | 100110 | 1010000 | 0 | 10110 | 1010001 | 10100011 | 1000010 | 1100 |
Color Harmonies of #0A3126
Complementary color
Monochromatic Colors of #0A3126
Black with #0A3126
Text Example
Text Example
White with #0A3126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3126; }
p { color: rgb(10,49,38); }
H1.HeaderClassName
{
color: #0A3126;
}
.AnyTagClassName
{
color: #0A3126;
}
</style>
background-color css
<style>
a { background-color: #0A3126; }
a { background-color: rgb(10,49,38); }
div.DivClassName
{
background-color: #0A3126;
}
.BgClassName
{
background-color: #0A3126;
}
</style>
border-color css
<style>
span { border-color: #0A3126; }
span { border-color: rgb(10,49,38); }
td.TdClassName
{
border-color: #0A3126;
}
.TagClassName
{
border-color: #0A3126;
}
</style>