Shades of Dark Green #0A321C
Tints of Dark Green #0A321C
RGB
CMYK
RGB Variations
Color information
#0A321C (or 0x0A321C) is known color: Dark Green. HEX triplet: 0A, 32 and 1C. RGB value is (10,50,28). Sum of RGB (Red+Green+Blue) = 10+50+28=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #0A321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A321C is #F5CDE3. Grayscale: #232323. Windows color (decimal): -16109028 or 1847818. OLE color: 1847818.
HSL color Cylindrical-coordinate representation of color #0A321C: hue angle of 147º 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 #0A321C is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 50 | 28 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.80 |
| HSL | 147º | 0.67% | 0.12% | - |
| HSV(B) | 147º | 0.8% | 0.2% | - |
| XYZ | 1.48 | 2.43 | 1.49 | - |
| YUV | 35.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 28 | 0.80 | 0 | 0.44 | 0.80 | 147 | 0.67 | 0.12 |
| Hex | A | 32 | 1C | 50 | 0 | 2C | 50 | 93 | 43 | C |
| Octal | 12 | 62 | 34 | 120 | 0 | 54 | 120 | 223 | 103 | 14 |
| Binary | 1010 | 110010 | 11100 | 1010000 | 0 | 101100 | 1010000 | 10010011 | 1000011 | 1100 |
Color Harmonies of #0A321C
Complementary color
Monochromatic Colors of #0A321C
Black with #0A321C
Text Example
Text Example
White with #0A321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A321C; }
p { color: rgb(10,50,28); }
H1.HeaderClassName
{
color: #0A321C;
}
.AnyTagClassName
{
color: #0A321C;
}
</style>
background-color css
<style>
a { background-color: #0A321C; }
a { background-color: rgb(10,50,28); }
div.DivClassName
{
background-color: #0A321C;
}
.BgClassName
{
background-color: #0A321C;
}
</style>
border-color css
<style>
span { border-color: #0A321C; }
span { border-color: rgb(10,50,28); }
td.TdClassName
{
border-color: #0A321C;
}
.TagClassName
{
border-color: #0A321C;
}
</style>