Shades of Dark Green #101412
Tints of Dark Green #101412
RGB
CMYK
RGB Variations
Color information
#101412 (or 0x101412) is known color: Dark Green. HEX triplet: 10, 14 and 12. RGB value is (16,20,18). Sum of RGB (Red+Green+Blue) = 16+20+18=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 20 - color contains mainly: green. Hex color #101412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101412 is #EFEBED. Grayscale: #121212. Windows color (decimal): -15723502 or 1184784. OLE color: 1184784.
HSL color Cylindrical-coordinate representation of color #101412: hue angle of 150º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101412 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 20 | 18 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.92 |
| HSL | 150º | 0.11% | 0.07% | - |
| HSV(B) | 150º | 0.2% | 0.08% | - |
| XYZ | 0.57 | 0.65 | 0.67 | - |
| YUV | 18.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 18 | 0.20 | 0 | 0.10 | 0.92 | 150 | 0.11 | 0.07 |
| Hex | 10 | 14 | 12 | 14 | 0 | A | 5C | 96 | B | 7 |
| Octal | 20 | 24 | 22 | 24 | 0 | 12 | 134 | 226 | 13 | 7 |
| Binary | 10000 | 10100 | 10010 | 10100 | 0 | 1010 | 1011100 | 10010110 | 1011 | 111 |
Color Harmonies of #101412
Complementary color
Monochromatic Colors of #101412
Black with #101412
Text Example
Text Example
White with #101412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101412; }
p { color: rgb(16,20,18); }
H1.HeaderClassName
{
color: #101412;
}
.AnyTagClassName
{
color: #101412;
}
</style>
background-color css
<style>
a { background-color: #101412; }
a { background-color: rgb(16,20,18); }
div.DivClassName
{
background-color: #101412;
}
.BgClassName
{
background-color: #101412;
}
</style>
border-color css
<style>
span { border-color: #101412; }
span { border-color: rgb(16,20,18); }
td.TdClassName
{
border-color: #101412;
}
.TagClassName
{
border-color: #101412;
}
</style>