Shades of Dark Green #0A311B
Tints of Dark Green #0A311B
RGB
CMYK
RGB Variations
Color information
#0A311B (or 0x0A311B) is known color: Dark Green. HEX triplet: 0A, 31 and 1B. RGB value is (10,49,27). Sum of RGB (Red+Green+Blue) = 10+49+27=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #0A311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A311B is #F5CEE4. Grayscale: #222222. Windows color (decimal): -16109285 or 1782026. OLE color: 1782026.
HSL color Cylindrical-coordinate representation of color #0A311B: hue angle of 146.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A311B is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 27 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.81 |
| HSL | 146.15º | 0.66% | 0.12% | - |
| HSV(B) | 146.15º | 0.8% | 0.19% | - |
| XYZ | 1.42 | 2.34 | 1.41 | - |
| YUV | 34.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 27 | 0.80 | 0 | 0.45 | 0.81 | 146.15 | 0.66 | 0.12 |
| Hex | A | 31 | 1B | 50 | 0 | 2D | 51 | 92 | 42 | C |
| Octal | 12 | 61 | 33 | 120 | 0 | 55 | 121 | 222 | 102 | 14 |
| Binary | 1010 | 110001 | 11011 | 1010000 | 0 | 101101 | 1010001 | 10010010 | 1000010 | 1100 |
Color Harmonies of #0A311B
Complementary color
Monochromatic Colors of #0A311B
Black with #0A311B
Text Example
Text Example
White with #0A311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A311B; }
p { color: rgb(10,49,27); }
H1.HeaderClassName
{
color: #0A311B;
}
.AnyTagClassName
{
color: #0A311B;
}
</style>
background-color css
<style>
a { background-color: #0A311B; }
a { background-color: rgb(10,49,27); }
div.DivClassName
{
background-color: #0A311B;
}
.BgClassName
{
background-color: #0A311B;
}
</style>
border-color css
<style>
span { border-color: #0A311B; }
span { border-color: rgb(10,49,27); }
td.TdClassName
{
border-color: #0A311B;
}
.TagClassName
{
border-color: #0A311B;
}
</style>