Shades of Dark Green #0A251E
Tints of Dark Green #0A251E
RGB
CMYK
RGB Variations
Color information
#0A251E (or 0x0A251E) is known color: Dark Green. HEX triplet: 0A, 25 and 1E. RGB value is (10,37,30). Sum of RGB (Red+Green+Blue) = 10+37+30=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251E is #F5DAE1. Grayscale: #1C1C1C. Windows color (decimal): -16112354 or 1975562. OLE color: 1975562.
HSL color Cylindrical-coordinate representation of color #0A251E: hue angle of 164.44º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A251E is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 37 | 30 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.85 |
| HSL | 164.44º | 0.57% | 0.09% | - |
| HSV(B) | 164.44º | 0.73% | 0.15% | - |
| XYZ | 1.02 | 1.48 | 1.46 | - |
| YUV | 28.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 30 | 0.73 | 0 | 0.19 | 0.85 | 164.44 | 0.57 | 0.09 |
| Hex | A | 25 | 1E | 49 | 0 | 13 | 55 | A4 | 39 | 9 |
| Octal | 12 | 45 | 36 | 111 | 0 | 23 | 125 | 244 | 71 | 11 |
| Binary | 1010 | 100101 | 11110 | 1001001 | 0 | 10011 | 1010101 | 10100100 | 111001 | 1001 |
Color Harmonies of #0A251E
Complementary color
Monochromatic Colors of #0A251E
Black with #0A251E
Text Example
Text Example
White with #0A251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A251E; }
p { color: rgb(10,37,30); }
H1.HeaderClassName
{
color: #0A251E;
}
.AnyTagClassName
{
color: #0A251E;
}
</style>
background-color css
<style>
a { background-color: #0A251E; }
a { background-color: rgb(10,37,30); }
div.DivClassName
{
background-color: #0A251E;
}
.BgClassName
{
background-color: #0A251E;
}
</style>
border-color css
<style>
span { border-color: #0A251E; }
span { border-color: rgb(10,37,30); }
td.TdClassName
{
border-color: #0A251E;
}
.TagClassName
{
border-color: #0A251E;
}
</style>