Shades of Dark Green #0A3329
Tints of Dark Green #0A3329
RGB
CMYK
RGB Variations
Color information
#0A3329 (or 0x0A3329) is known color: Dark Green. HEX triplet: 0A, 33 and 29. RGB value is (10,51,41). Sum of RGB (Red+Green+Blue) = 10+51+41=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3329 is #F5CCD6. Grayscale: #252525. Windows color (decimal): -16108759 or 2700042. OLE color: 2700042.
HSL color Cylindrical-coordinate representation of color #0A3329: hue angle of 165.37º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3329 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 41 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.8 |
| HSL | 165.37º | 0.67% | 0.12% | - |
| HSV(B) | 165.37º | 0.8% | 0.2% | - |
| XYZ | 1.71 | 2.59 | 2.51 | - |
| YUV | 37.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 41 | 0.80 | 0 | 0.20 | 0.8 | 165.37 | 0.67 | 0.12 |
| Hex | A | 33 | 29 | 50 | 0 | 14 | 50 | A5 | 43 | C |
| Octal | 12 | 63 | 51 | 120 | 0 | 24 | 120 | 245 | 103 | 14 |
| Binary | 1010 | 110011 | 101001 | 1010000 | 0 | 10100 | 1010000 | 10100101 | 1000011 | 1100 |
Color Harmonies of #0A3329
Complementary color
Monochromatic Colors of #0A3329
Black with #0A3329
Text Example
Text Example
White with #0A3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3329; }
p { color: rgb(10,51,41); }
H1.HeaderClassName
{
color: #0A3329;
}
.AnyTagClassName
{
color: #0A3329;
}
</style>
background-color css
<style>
a { background-color: #0A3329; }
a { background-color: rgb(10,51,41); }
div.DivClassName
{
background-color: #0A3329;
}
.BgClassName
{
background-color: #0A3329;
}
</style>
border-color css
<style>
span { border-color: #0A3329; }
span { border-color: rgb(10,51,41); }
td.TdClassName
{
border-color: #0A3329;
}
.TagClassName
{
border-color: #0A3329;
}
</style>