Shades of Dark Green #0A3221
Tints of Dark Green #0A3221
RGB
CMYK
RGB Variations
Color information
#0A3221 (or 0x0A3221) is known color: Dark Green. HEX triplet: 0A, 32 and 21. RGB value is (10,50,33). Sum of RGB (Red+Green+Blue) = 10+50+33=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3221 is #F5CDDE. Grayscale: #242424. Windows color (decimal): -16109023 or 2175498. OLE color: 2175498.
HSL color Cylindrical-coordinate representation of color #0A3221: hue angle of 154.5º 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 #0A3221 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 50 | 33 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.80 |
| HSL | 154.5º | 0.67% | 0.12% | - |
| HSV(B) | 154.5º | 0.8% | 0.2% | - |
| XYZ | 1.54 | 2.46 | 1.83 | - |
| YUV | 36.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 33 | 0.80 | 0 | 0.34 | 0.80 | 154.5 | 0.67 | 0.12 |
| Hex | A | 32 | 21 | 50 | 0 | 22 | 50 | 9A | 43 | C |
| Octal | 12 | 62 | 41 | 120 | 0 | 42 | 120 | 232 | 103 | 14 |
| Binary | 1010 | 110010 | 100001 | 1010000 | 0 | 100010 | 1010000 | 10011010 | 1000011 | 1100 |
Color Harmonies of #0A3221
Complementary color
Monochromatic Colors of #0A3221
Black with #0A3221
Text Example
Text Example
White with #0A3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3221; }
p { color: rgb(10,50,33); }
H1.HeaderClassName
{
color: #0A3221;
}
.AnyTagClassName
{
color: #0A3221;
}
</style>
background-color css
<style>
a { background-color: #0A3221; }
a { background-color: rgb(10,50,33); }
div.DivClassName
{
background-color: #0A3221;
}
.BgClassName
{
background-color: #0A3221;
}
</style>
border-color css
<style>
span { border-color: #0A3221; }
span { border-color: rgb(10,50,33); }
td.TdClassName
{
border-color: #0A3221;
}
.TagClassName
{
border-color: #0A3221;
}
</style>