Shades of Dark Green #0A3027
Tints of Dark Green #0A3027
RGB
CMYK
RGB Variations
Color information
#0A3027 (or 0x0A3027) is known color: Dark Green. HEX triplet: 0A, 30 and 27. RGB value is (10,48,39). Sum of RGB (Red+Green+Blue) = 10+48+39=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3027 is #F5CFD8. Grayscale: #232323. Windows color (decimal): -16109529 or 2568202. OLE color: 2568202.
HSL color Cylindrical-coordinate representation of color #0A3027: hue angle of 165.79º 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 #0A3027 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 39 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.81 |
| HSL | 165.79º | 0.66% | 0.11% | - |
| HSV(B) | 165.79º | 0.79% | 0.19% | - |
| XYZ | 1.55 | 2.32 | 2.29 | - |
| YUV | 35.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 39 | 0.79 | 0 | 0.19 | 0.81 | 165.79 | 0.66 | 0.11 |
| Hex | A | 30 | 27 | 4F | 0 | 13 | 51 | A6 | 42 | B |
| Octal | 12 | 60 | 47 | 117 | 0 | 23 | 121 | 246 | 102 | 13 |
| Binary | 1010 | 110000 | 100111 | 1001111 | 0 | 10011 | 1010001 | 10100110 | 1000010 | 1011 |
Color Harmonies of #0A3027
Complementary color
Monochromatic Colors of #0A3027
Black with #0A3027
Text Example
Text Example
White with #0A3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3027; }
p { color: rgb(10,48,39); }
H1.HeaderClassName
{
color: #0A3027;
}
.AnyTagClassName
{
color: #0A3027;
}
</style>
background-color css
<style>
a { background-color: #0A3027; }
a { background-color: rgb(10,48,39); }
div.DivClassName
{
background-color: #0A3027;
}
.BgClassName
{
background-color: #0A3027;
}
</style>
border-color css
<style>
span { border-color: #0A3027; }
span { border-color: rgb(10,48,39); }
td.TdClassName
{
border-color: #0A3027;
}
.TagClassName
{
border-color: #0A3027;
}
</style>