Shades of Dark Green #0A332E
Tints of Dark Green #0A332E
RGB
CMYK
RGB Variations
Color information
#0A332E (or 0x0A332E) is known color: Dark Green. HEX triplet: 0A, 33 and 2E. RGB value is (10,51,46). Sum of RGB (Red+Green+Blue) = 10+51+46=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #0A332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A332E is #F5CCD1. Grayscale: #262626. Windows color (decimal): -16108754 or 3027722. OLE color: 3027722.
HSL color Cylindrical-coordinate representation of color #0A332E: hue angle of 172.68º 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 #0A332E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 46 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.8 |
| HSL | 172.68º | 0.67% | 0.12% | - |
| HSV(B) | 172.68º | 0.8% | 0.2% | - |
| XYZ | 1.8 | 2.63 | 3 | - |
| YUV | 38.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 46 | 0.80 | 0 | 0.10 | 0.8 | 172.68 | 0.67 | 0.12 |
| Hex | A | 33 | 2E | 50 | 0 | A | 50 | AD | 43 | C |
| Octal | 12 | 63 | 56 | 120 | 0 | 12 | 120 | 255 | 103 | 14 |
| Binary | 1010 | 110011 | 101110 | 1010000 | 0 | 1010 | 1010000 | 10101101 | 1000011 | 1100 |
Color Harmonies of #0A332E
Complementary color
Monochromatic Colors of #0A332E
Black with #0A332E
Text Example
Text Example
White with #0A332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A332E; }
p { color: rgb(10,51,46); }
H1.HeaderClassName
{
color: #0A332E;
}
.AnyTagClassName
{
color: #0A332E;
}
</style>
background-color css
<style>
a { background-color: #0A332E; }
a { background-color: rgb(10,51,46); }
div.DivClassName
{
background-color: #0A332E;
}
.BgClassName
{
background-color: #0A332E;
}
</style>
border-color css
<style>
span { border-color: #0A332E; }
span { border-color: rgb(10,51,46); }
td.TdClassName
{
border-color: #0A332E;
}
.TagClassName
{
border-color: #0A332E;
}
</style>