Shades of Dark Green #0A392E
Tints of Dark Green #0A392E
RGB
CMYK
RGB Variations
Color information
#0A392E (or 0x0A392E) is known color: Dark Green. HEX triplet: 0A, 39 and 2E. RGB value is (10,57,46). Sum of RGB (Red+Green+Blue) = 10+57+46=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #0A392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A392E is #F5C6D1. Grayscale: #292929. Windows color (decimal): -16107218 or 3029258. OLE color: 3029258.
HSL color Cylindrical-coordinate representation of color #0A392E: hue angle of 165.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A392E is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 57 | 46 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.78 |
| HSL | 165.96º | 0.7% | 0.13% | - |
| HSV(B) | 165.96º | 0.82% | 0.22% | - |
| XYZ | 2.08 | 3.19 | 3.09 | - |
| YUV | 41.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 46 | 0.82 | 0 | 0.19 | 0.78 | 165.96 | 0.7 | 0.13 |
| Hex | A | 39 | 2E | 52 | 0 | 13 | 4E | A6 | 46 | D |
| Octal | 12 | 71 | 56 | 122 | 0 | 23 | 116 | 246 | 106 | 15 |
| Binary | 1010 | 111001 | 101110 | 1010010 | 0 | 10011 | 1001110 | 10100110 | 1000110 | 1101 |
Color Harmonies of #0A392E
Complementary color
Monochromatic Colors of #0A392E
Black with #0A392E
Text Example
Text Example
White with #0A392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A392E; }
p { color: rgb(10,57,46); }
H1.HeaderClassName
{
color: #0A392E;
}
.AnyTagClassName
{
color: #0A392E;
}
</style>
background-color css
<style>
a { background-color: #0A392E; }
a { background-color: rgb(10,57,46); }
div.DivClassName
{
background-color: #0A392E;
}
.BgClassName
{
background-color: #0A392E;
}
</style>
border-color css
<style>
span { border-color: #0A392E; }
span { border-color: rgb(10,57,46); }
td.TdClassName
{
border-color: #0A392E;
}
.TagClassName
{
border-color: #0A392E;
}
</style>