Shades of Dark Green #0A332C
Tints of Dark Green #0A332C
RGB
CMYK
RGB Variations
Color information
#0A332C (or 0x0A332C) is known color: Dark Green. HEX triplet: 0A, 33 and 2C. RGB value is (10,51,44). Sum of RGB (Red+Green+Blue) = 10+51+44=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #0A332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A332C is #F5CCD3. Grayscale: #252525. Windows color (decimal): -16108756 or 2896650. OLE color: 2896650.
HSL color Cylindrical-coordinate representation of color #0A332C: hue angle of 169.76º 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 #0A332C is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 44 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.8 |
| HSL | 169.76º | 0.67% | 0.12% | - |
| HSV(B) | 169.76º | 0.8% | 0.2% | - |
| XYZ | 1.76 | 2.61 | 2.79 | - |
| YUV | 37.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 44 | 0.80 | 0 | 0.14 | 0.8 | 169.76 | 0.67 | 0.12 |
| Hex | A | 33 | 2C | 50 | 0 | E | 50 | AA | 43 | C |
| Octal | 12 | 63 | 54 | 120 | 0 | 16 | 120 | 252 | 103 | 14 |
| Binary | 1010 | 110011 | 101100 | 1010000 | 0 | 1110 | 1010000 | 10101010 | 1000011 | 1100 |
Color Harmonies of #0A332C
Complementary color
Monochromatic Colors of #0A332C
Black with #0A332C
Text Example
Text Example
White with #0A332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A332C; }
p { color: rgb(10,51,44); }
H1.HeaderClassName
{
color: #0A332C;
}
.AnyTagClassName
{
color: #0A332C;
}
</style>
background-color css
<style>
a { background-color: #0A332C; }
a { background-color: rgb(10,51,44); }
div.DivClassName
{
background-color: #0A332C;
}
.BgClassName
{
background-color: #0A332C;
}
</style>
border-color css
<style>
span { border-color: #0A332C; }
span { border-color: rgb(10,51,44); }
td.TdClassName
{
border-color: #0A332C;
}
.TagClassName
{
border-color: #0A332C;
}
</style>