Shades of Dark Green #0A3028
Tints of Dark Green #0A3028
RGB
CMYK
RGB Variations
Color information
#0A3028 (or 0x0A3028) is known color: Dark Green. HEX triplet: 0A, 30 and 28. RGB value is (10,48,40). Sum of RGB (Red+Green+Blue) = 10+48+40=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3028 is #F5CFD7. Grayscale: #232323. Windows color (decimal): -16109528 or 2633738. OLE color: 2633738.
HSL color Cylindrical-coordinate representation of color #0A3028: hue angle of 167.37º 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 #0A3028 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 40 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.81 |
| HSL | 167.37º | 0.66% | 0.11% | - |
| HSV(B) | 167.37º | 0.79% | 0.19% | - |
| XYZ | 1.57 | 2.33 | 2.38 | - |
| YUV | 35.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 40 | 0.79 | 0 | 0.17 | 0.81 | 167.37 | 0.66 | 0.11 |
| Hex | A | 30 | 28 | 4F | 0 | 11 | 51 | A7 | 42 | B |
| Octal | 12 | 60 | 50 | 117 | 0 | 21 | 121 | 247 | 102 | 13 |
| Binary | 1010 | 110000 | 101000 | 1001111 | 0 | 10001 | 1010001 | 10100111 | 1000010 | 1011 |
Color Harmonies of #0A3028
Complementary color
Monochromatic Colors of #0A3028
Black with #0A3028
Text Example
Text Example
White with #0A3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3028; }
p { color: rgb(10,48,40); }
H1.HeaderClassName
{
color: #0A3028;
}
.AnyTagClassName
{
color: #0A3028;
}
</style>
background-color css
<style>
a { background-color: #0A3028; }
a { background-color: rgb(10,48,40); }
div.DivClassName
{
background-color: #0A3028;
}
.BgClassName
{
background-color: #0A3028;
}
</style>
border-color css
<style>
span { border-color: #0A3028; }
span { border-color: rgb(10,48,40); }
td.TdClassName
{
border-color: #0A3028;
}
.TagClassName
{
border-color: #0A3028;
}
</style>