Shades of Dark Green #0A2B1C
Tints of Dark Green #0A2B1C
RGB
CMYK
RGB Variations
Color information
#0A2B1C (or 0x0A2B1C) is known color: Dark Green. HEX triplet: 0A, 2B and 1C. RGB value is (10,43,28). Sum of RGB (Red+Green+Blue) = 10+43+28=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B1C is #F5D4E3. Grayscale: #1F1F1F. Windows color (decimal): -16110820 or 1846026. OLE color: 1846026.
HSL color Cylindrical-coordinate representation of color #0A2B1C: hue angle of 152.73º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2B1C is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 28 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.83 |
| HSL | 152.73º | 0.62% | 0.1% | - |
| HSV(B) | 152.73º | 0.77% | 0.17% | - |
| XYZ | 1.2 | 1.88 | 1.4 | - |
| YUV | 31.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 28 | 0.77 | 0 | 0.35 | 0.83 | 152.73 | 0.62 | 0.1 |
| Hex | A | 2B | 1C | 4D | 0 | 23 | 53 | 99 | 3E | A |
| Octal | 12 | 53 | 34 | 115 | 0 | 43 | 123 | 231 | 76 | 12 |
| Binary | 1010 | 101011 | 11100 | 1001101 | 0 | 100011 | 1010011 | 10011001 | 111110 | 1010 |
Color Harmonies of #0A2B1C
Complementary color
Monochromatic Colors of #0A2B1C
Black with #0A2B1C
Text Example
Text Example
White with #0A2B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B1C; }
p { color: rgb(10,43,28); }
H1.HeaderClassName
{
color: #0A2B1C;
}
.AnyTagClassName
{
color: #0A2B1C;
}
</style>
background-color css
<style>
a { background-color: #0A2B1C; }
a { background-color: rgb(10,43,28); }
div.DivClassName
{
background-color: #0A2B1C;
}
.BgClassName
{
background-color: #0A2B1C;
}
</style>
border-color css
<style>
span { border-color: #0A2B1C; }
span { border-color: rgb(10,43,28); }
td.TdClassName
{
border-color: #0A2B1C;
}
.TagClassName
{
border-color: #0A2B1C;
}
</style>