Shades of Dark Green #0A3B2E
Tints of Dark Green #0A3B2E
RGB
CMYK
RGB Variations
Color information
#0A3B2E (or 0x0A3B2E) is known color: Dark Green. HEX triplet: 0A, 3B and 2E. RGB value is (10,59,46). Sum of RGB (Red+Green+Blue) = 10+59+46=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B2E is #F5C4D1. Grayscale: #2A2A2A. Windows color (decimal): -16106706 or 3029770. OLE color: 3029770.
HSL color Cylindrical-coordinate representation of color #0A3B2E: hue angle of 164.08º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B2E is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 59 | 46 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.77 |
| HSL | 164.08º | 0.71% | 0.14% | - |
| HSV(B) | 164.08º | 0.83% | 0.23% | - |
| XYZ | 2.18 | 3.39 | 3.12 | - |
| YUV | 42.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 46 | 0.83 | 0 | 0.22 | 0.77 | 164.08 | 0.71 | 0.14 |
| Hex | A | 3B | 2E | 53 | 0 | 16 | 4D | A4 | 47 | E |
| Octal | 12 | 73 | 56 | 123 | 0 | 26 | 115 | 244 | 107 | 16 |
| Binary | 1010 | 111011 | 101110 | 1010011 | 0 | 10110 | 1001101 | 10100100 | 1000111 | 1110 |
Color Harmonies of #0A3B2E
Complementary color
Monochromatic Colors of #0A3B2E
Black with #0A3B2E
Text Example
Text Example
White with #0A3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3B2E; }
p { color: rgb(10,59,46); }
H1.HeaderClassName
{
color: #0A3B2E;
}
.AnyTagClassName
{
color: #0A3B2E;
}
</style>
background-color css
<style>
a { background-color: #0A3B2E; }
a { background-color: rgb(10,59,46); }
div.DivClassName
{
background-color: #0A3B2E;
}
.BgClassName
{
background-color: #0A3B2E;
}
</style>
border-color css
<style>
span { border-color: #0A3B2E; }
span { border-color: rgb(10,59,46); }
td.TdClassName
{
border-color: #0A3B2E;
}
.TagClassName
{
border-color: #0A3B2E;
}
</style>