Shades of Dark Green #0A281D
Tints of Dark Green #0A281D
RGB
CMYK
RGB Variations
Color information
#0A281D (or 0x0A281D) is known color: Dark Green. HEX triplet: 0A, 28 and 1D. RGB value is (10,40,29). Sum of RGB (Red+Green+Blue) = 10+40+29=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0A281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A281D is #F5D7E2. Grayscale: #1D1D1D. Windows color (decimal): -16111587 or 1910794. OLE color: 1910794.
HSL color Cylindrical-coordinate representation of color #0A281D: hue angle of 158º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A281D is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 40 | 29 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.84 |
| HSL | 158º | 0.6% | 0.1% | - |
| HSV(B) | 158º | 0.75% | 0.16% | - |
| XYZ | 1.11 | 1.67 | 1.43 | - |
| YUV | 29.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 29 | 0.75 | 0 | 0.28 | 0.84 | 158 | 0.6 | 0.1 |
| Hex | A | 28 | 1D | 4B | 0 | 1C | 54 | 9E | 3C | A |
| Octal | 12 | 50 | 35 | 113 | 0 | 34 | 124 | 236 | 74 | 12 |
| Binary | 1010 | 101000 | 11101 | 1001011 | 0 | 11100 | 1010100 | 10011110 | 111100 | 1010 |
Color Harmonies of #0A281D
Complementary color
Monochromatic Colors of #0A281D
Black with #0A281D
Text Example
Text Example
White with #0A281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A281D; }
p { color: rgb(10,40,29); }
H1.HeaderClassName
{
color: #0A281D;
}
.AnyTagClassName
{
color: #0A281D;
}
</style>
background-color css
<style>
a { background-color: #0A281D; }
a { background-color: rgb(10,40,29); }
div.DivClassName
{
background-color: #0A281D;
}
.BgClassName
{
background-color: #0A281D;
}
</style>
border-color css
<style>
span { border-color: #0A281D; }
span { border-color: rgb(10,40,29); }
td.TdClassName
{
border-color: #0A281D;
}
.TagClassName
{
border-color: #0A281D;
}
</style>