Shades of Dark Green #0A2C1A
Tints of Dark Green #0A2C1A
RGB
CMYK
RGB Variations
Color information
#0A2C1A (or 0x0A2C1A) is known color: Dark Green. HEX triplet: 0A, 2C and 1A. RGB value is (10,44,26). Sum of RGB (Red+Green+Blue) = 10+44+26=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #0A2C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2C1A is #F5D3E5. Grayscale: #1F1F1F. Windows color (decimal): -16110566 or 1715210. OLE color: 1715210.
HSL color Cylindrical-coordinate representation of color #0A2C1A: hue angle of 148.24º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2C1A is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 44 | 26 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.83 |
| HSL | 148.24º | 0.63% | 0.11% | - |
| HSV(B) | 148.24º | 0.77% | 0.17% | - |
| XYZ | 1.21 | 1.94 | 1.29 | - |
| YUV | 31.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 44 | 26 | 0.77 | 0 | 0.41 | 0.83 | 148.24 | 0.63 | 0.11 |
| Hex | A | 2C | 1A | 4D | 0 | 29 | 53 | 94 | 3F | B |
| Octal | 12 | 54 | 32 | 115 | 0 | 51 | 123 | 224 | 77 | 13 |
| Binary | 1010 | 101100 | 11010 | 1001101 | 0 | 101001 | 1010011 | 10010100 | 111111 | 1011 |
Color Harmonies of #0A2C1A
Complementary color
Monochromatic Colors of #0A2C1A
Black with #0A2C1A
Text Example
Text Example
White with #0A2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2C1A; }
p { color: rgb(10,44,26); }
H1.HeaderClassName
{
color: #0A2C1A;
}
.AnyTagClassName
{
color: #0A2C1A;
}
</style>
background-color css
<style>
a { background-color: #0A2C1A; }
a { background-color: rgb(10,44,26); }
div.DivClassName
{
background-color: #0A2C1A;
}
.BgClassName
{
background-color: #0A2C1A;
}
</style>
border-color css
<style>
span { border-color: #0A2C1A; }
span { border-color: rgb(10,44,26); }
td.TdClassName
{
border-color: #0A2C1A;
}
.TagClassName
{
border-color: #0A2C1A;
}
</style>