Shades of Dark Green #0A3026
Tints of Dark Green #0A3026
RGB
CMYK
RGB Variations
Color information
#0A3026 (or 0x0A3026) is known color: Dark Green. HEX triplet: 0A, 30 and 26. RGB value is (10,48,38). Sum of RGB (Red+Green+Blue) = 10+48+38=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3026 is #F5CFD9. Grayscale: #232323. Windows color (decimal): -16109530 or 2502666. OLE color: 2502666.
HSL color Cylindrical-coordinate representation of color #0A3026: hue angle of 164.21º 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 #0A3026 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 38 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.81 |
| HSL | 164.21º | 0.66% | 0.11% | - |
| HSV(B) | 164.21º | 0.79% | 0.19% | - |
| XYZ | 1.53 | 2.32 | 2.2 | - |
| YUV | 35.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 38 | 0.79 | 0 | 0.21 | 0.81 | 164.21 | 0.66 | 0.11 |
| Hex | A | 30 | 26 | 4F | 0 | 15 | 51 | A4 | 42 | B |
| Octal | 12 | 60 | 46 | 117 | 0 | 25 | 121 | 244 | 102 | 13 |
| Binary | 1010 | 110000 | 100110 | 1001111 | 0 | 10101 | 1010001 | 10100100 | 1000010 | 1011 |
Color Harmonies of #0A3026
Complementary color
Monochromatic Colors of #0A3026
Black with #0A3026
Text Example
Text Example
White with #0A3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3026; }
p { color: rgb(10,48,38); }
H1.HeaderClassName
{
color: #0A3026;
}
.AnyTagClassName
{
color: #0A3026;
}
</style>
background-color css
<style>
a { background-color: #0A3026; }
a { background-color: rgb(10,48,38); }
div.DivClassName
{
background-color: #0A3026;
}
.BgClassName
{
background-color: #0A3026;
}
</style>
border-color css
<style>
span { border-color: #0A3026; }
span { border-color: rgb(10,48,38); }
td.TdClassName
{
border-color: #0A3026;
}
.TagClassName
{
border-color: #0A3026;
}
</style>