Shades of Dark Green #0A3223
Tints of Dark Green #0A3223
RGB
CMYK
RGB Variations
Color information
#0A3223 (or 0x0A3223) is known color: Dark Green. HEX triplet: 0A, 32 and 23. RGB value is (10,50,35). Sum of RGB (Red+Green+Blue) = 10+50+35=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3223 is #F5CDDC. Grayscale: #242424. Windows color (decimal): -16109021 or 2306570. OLE color: 2306570.
HSL color Cylindrical-coordinate representation of color #0A3223: hue angle of 157.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 #0A3223 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 50 | 35 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.80 |
| HSL | 157.5º | 0.67% | 0.12% | - |
| HSV(B) | 157.5º | 0.8% | 0.2% | - |
| XYZ | 1.57 | 2.47 | 1.98 | - |
| YUV | 36.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 35 | 0.80 | 0 | 0.30 | 0.80 | 157.5 | 0.67 | 0.12 |
| Hex | A | 32 | 23 | 50 | 0 | 1E | 50 | 9E | 43 | C |
| Octal | 12 | 62 | 43 | 120 | 0 | 36 | 120 | 236 | 103 | 14 |
| Binary | 1010 | 110010 | 100011 | 1010000 | 0 | 11110 | 1010000 | 10011110 | 1000011 | 1100 |
Color Harmonies of #0A3223
Complementary color
Monochromatic Colors of #0A3223
Black with #0A3223
Text Example
Text Example
White with #0A3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3223; }
p { color: rgb(10,50,35); }
H1.HeaderClassName
{
color: #0A3223;
}
.AnyTagClassName
{
color: #0A3223;
}
</style>
background-color css
<style>
a { background-color: #0A3223; }
a { background-color: rgb(10,50,35); }
div.DivClassName
{
background-color: #0A3223;
}
.BgClassName
{
background-color: #0A3223;
}
</style>
border-color css
<style>
span { border-color: #0A3223; }
span { border-color: rgb(10,50,35); }
td.TdClassName
{
border-color: #0A3223;
}
.TagClassName
{
border-color: #0A3223;
}
</style>