Shades of Dark Green #0A3428
Tints of Dark Green #0A3428
RGB
CMYK
RGB Variations
Color information
#0A3428 (or 0x0A3428) is known color: Dark Green. HEX triplet: 0A, 34 and 28. RGB value is (10,52,40). Sum of RGB (Red+Green+Blue) = 10+52+40=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3428 is #F5CBD7. Grayscale: #262626. Windows color (decimal): -16108504 or 2634762. OLE color: 2634762.
HSL color Cylindrical-coordinate representation of color #0A3428: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3428 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 40 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.80 |
| HSL | 162.86º | 0.68% | 0.12% | - |
| HSV(B) | 162.86º | 0.81% | 0.2% | - |
| XYZ | 1.74 | 2.67 | 2.43 | - |
| YUV | 38.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 40 | 0.81 | 0 | 0.23 | 0.80 | 162.86 | 0.68 | 0.12 |
| Hex | A | 34 | 28 | 51 | 0 | 17 | 50 | A3 | 44 | C |
| Octal | 12 | 64 | 50 | 121 | 0 | 27 | 120 | 243 | 104 | 14 |
| Binary | 1010 | 110100 | 101000 | 1010001 | 0 | 10111 | 1010000 | 10100011 | 1000100 | 1100 |
Color Harmonies of #0A3428
Complementary color
Monochromatic Colors of #0A3428
Black with #0A3428
Text Example
Text Example
White with #0A3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3428; }
p { color: rgb(10,52,40); }
H1.HeaderClassName
{
color: #0A3428;
}
.AnyTagClassName
{
color: #0A3428;
}
</style>
background-color css
<style>
a { background-color: #0A3428; }
a { background-color: rgb(10,52,40); }
div.DivClassName
{
background-color: #0A3428;
}
.BgClassName
{
background-color: #0A3428;
}
</style>
border-color css
<style>
span { border-color: #0A3428; }
span { border-color: rgb(10,52,40); }
td.TdClassName
{
border-color: #0A3428;
}
.TagClassName
{
border-color: #0A3428;
}
</style>