Shades of Dark Green #0A3127
Tints of Dark Green #0A3127
RGB
CMYK
RGB Variations
Color information
#0A3127 (or 0x0A3127) is known color: Dark Green. HEX triplet: 0A, 31 and 27. RGB value is (10,49,39). Sum of RGB (Red+Green+Blue) = 10+49+39=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3127 is #F5CED8. Grayscale: #242424. Windows color (decimal): -16109273 or 2568458. OLE color: 2568458.
HSL color Cylindrical-coordinate representation of color #0A3127: hue angle of 164.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3127 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 39 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.81 |
| HSL | 164.62º | 0.66% | 0.12% | - |
| HSV(B) | 164.62º | 0.8% | 0.19% | - |
| XYZ | 1.59 | 2.41 | 2.3 | - |
| YUV | 36.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 39 | 0.80 | 0 | 0.20 | 0.81 | 164.62 | 0.66 | 0.12 |
| Hex | A | 31 | 27 | 50 | 0 | 14 | 51 | A5 | 42 | C |
| Octal | 12 | 61 | 47 | 120 | 0 | 24 | 121 | 245 | 102 | 14 |
| Binary | 1010 | 110001 | 100111 | 1010000 | 0 | 10100 | 1010001 | 10100101 | 1000010 | 1100 |
Color Harmonies of #0A3127
Complementary color
Monochromatic Colors of #0A3127
Black with #0A3127
Text Example
Text Example
White with #0A3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3127; }
p { color: rgb(10,49,39); }
H1.HeaderClassName
{
color: #0A3127;
}
.AnyTagClassName
{
color: #0A3127;
}
</style>
background-color css
<style>
a { background-color: #0A3127; }
a { background-color: rgb(10,49,39); }
div.DivClassName
{
background-color: #0A3127;
}
.BgClassName
{
background-color: #0A3127;
}
</style>
border-color css
<style>
span { border-color: #0A3127; }
span { border-color: rgb(10,49,39); }
td.TdClassName
{
border-color: #0A3127;
}
.TagClassName
{
border-color: #0A3127;
}
</style>