Shades of Dark Green #0A3324
Tints of Dark Green #0A3324
RGB
CMYK
RGB Variations
Color information
#0A3324 (or 0x0A3324) is known color: Dark Green. HEX triplet: 0A, 33 and 24. RGB value is (10,51,36). Sum of RGB (Red+Green+Blue) = 10+51+36=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3324 is #F5CCDB. Grayscale: #252525. Windows color (decimal): -16108764 or 2372362. OLE color: 2372362.
HSL color Cylindrical-coordinate representation of color #0A3324: hue angle of 158.05º 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 #0A3324 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 36 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.8 |
| HSL | 158.05º | 0.67% | 0.12% | - |
| HSV(B) | 158.05º | 0.8% | 0.2% | - |
| XYZ | 1.63 | 2.56 | 2.08 | - |
| YUV | 37.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 36 | 0.80 | 0 | 0.29 | 0.8 | 158.05 | 0.67 | 0.12 |
| Hex | A | 33 | 24 | 50 | 0 | 1D | 50 | 9E | 43 | C |
| Octal | 12 | 63 | 44 | 120 | 0 | 35 | 120 | 236 | 103 | 14 |
| Binary | 1010 | 110011 | 100100 | 1010000 | 0 | 11101 | 1010000 | 10011110 | 1000011 | 1100 |
Color Harmonies of #0A3324
Complementary color
Monochromatic Colors of #0A3324
Black with #0A3324
Text Example
Text Example
White with #0A3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3324; }
p { color: rgb(10,51,36); }
H1.HeaderClassName
{
color: #0A3324;
}
.AnyTagClassName
{
color: #0A3324;
}
</style>
background-color css
<style>
a { background-color: #0A3324; }
a { background-color: rgb(10,51,36); }
div.DivClassName
{
background-color: #0A3324;
}
.BgClassName
{
background-color: #0A3324;
}
</style>
border-color css
<style>
span { border-color: #0A3324; }
span { border-color: rgb(10,51,36); }
td.TdClassName
{
border-color: #0A3324;
}
.TagClassName
{
border-color: #0A3324;
}
</style>