Shades of Dark Green #0A1F12
Tints of Dark Green #0A1F12
RGB
CMYK
RGB Variations
Color information
#0A1F12 (or 0x0A1F12) is known color: Dark Green. HEX triplet: 0A, 1F and 12. RGB value is (10,31,18). Sum of RGB (Red+Green+Blue) = 10+31+18=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0A1F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1F12 is #F5E0ED. Grayscale: #171717. Windows color (decimal): -16113902 or 1187594. OLE color: 1187594.
HSL color Cylindrical-coordinate representation of color #0A1F12: hue angle of 142.86º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1F12 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 31 | 18 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.88 |
| HSL | 142.86º | 0.51% | 0.08% | - |
| HSV(B) | 142.86º | 0.68% | 0.12% | - |
| XYZ | 0.72 | 1.09 | 0.74 | - |
| YUV | 23.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 18 | 0.68 | 0 | 0.42 | 0.88 | 142.86 | 0.51 | 0.08 |
| Hex | A | 1F | 12 | 44 | 0 | 2A | 58 | 8F | 33 | 8 |
| Octal | 12 | 37 | 22 | 104 | 0 | 52 | 130 | 217 | 63 | 10 |
| Binary | 1010 | 11111 | 10010 | 1000100 | 0 | 101010 | 1011000 | 10001111 | 110011 | 1000 |
Color Harmonies of #0A1F12
Complementary color
Monochromatic Colors of #0A1F12
Black with #0A1F12
Text Example
Text Example
White with #0A1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F12; }
p { color: rgb(10,31,18); }
H1.HeaderClassName
{
color: #0A1F12;
}
.AnyTagClassName
{
color: #0A1F12;
}
</style>
background-color css
<style>
a { background-color: #0A1F12; }
a { background-color: rgb(10,31,18); }
div.DivClassName
{
background-color: #0A1F12;
}
.BgClassName
{
background-color: #0A1F12;
}
</style>
border-color css
<style>
span { border-color: #0A1F12; }
span { border-color: rgb(10,31,18); }
td.TdClassName
{
border-color: #0A1F12;
}
.TagClassName
{
border-color: #0A1F12;
}
</style>