Shades of Dark Green #0A3025
Tints of Dark Green #0A3025
RGB
CMYK
RGB Variations
Color information
#0A3025 (or 0x0A3025) is known color: Dark Green. HEX triplet: 0A, 30 and 25. RGB value is (10,48,37). Sum of RGB (Red+Green+Blue) = 10+48+37=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3025 is #F5CFDA. Grayscale: #232323. Windows color (decimal): -16109531 or 2437130. OLE color: 2437130.
HSL color Cylindrical-coordinate representation of color #0A3025: hue angle of 162.63º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3025 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 37 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.81 |
| HSL | 162.63º | 0.66% | 0.11% | - |
| HSV(B) | 162.63º | 0.79% | 0.19% | - |
| XYZ | 1.52 | 2.31 | 2.12 | - |
| YUV | 35.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 37 | 0.79 | 0 | 0.23 | 0.81 | 162.63 | 0.66 | 0.11 |
| Hex | A | 30 | 25 | 4F | 0 | 17 | 51 | A3 | 42 | B |
| Octal | 12 | 60 | 45 | 117 | 0 | 27 | 121 | 243 | 102 | 13 |
| Binary | 1010 | 110000 | 100101 | 1001111 | 0 | 10111 | 1010001 | 10100011 | 1000010 | 1011 |
Color Harmonies of #0A3025
Complementary color
Monochromatic Colors of #0A3025
Black with #0A3025
Text Example
Text Example
White with #0A3025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3025; }
p { color: rgb(10,48,37); }
H1.HeaderClassName
{
color: #0A3025;
}
.AnyTagClassName
{
color: #0A3025;
}
</style>
background-color css
<style>
a { background-color: #0A3025; }
a { background-color: rgb(10,48,37); }
div.DivClassName
{
background-color: #0A3025;
}
.BgClassName
{
background-color: #0A3025;
}
</style>
border-color css
<style>
span { border-color: #0A3025; }
span { border-color: rgb(10,48,37); }
td.TdClassName
{
border-color: #0A3025;
}
.TagClassName
{
border-color: #0A3025;
}
</style>