Shades of Dark Green #101615
Tints of Dark Green #101615
RGB
CMYK
RGB Variations
Color information
#101615 (or 0x101615) is known color: Dark Green. HEX triplet: 10, 16 and 15. RGB value is (16,22,21). Sum of RGB (Red+Green+Blue) = 16+22+21=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #101615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101615 is #EFE9EA. Grayscale: #141414. Windows color (decimal): -15722987 or 1381904. OLE color: 1381904.
HSL color Cylindrical-coordinate representation of color #101615: hue angle of 170º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #101615 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 22 | 21 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.91 |
| HSL | 170º | 0.16% | 0.07% | - |
| HSV(B) | 170º | 0.27% | 0.09% | - |
| XYZ | 0.64 | 0.74 | 0.82 | - |
| YUV | 20.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 21 | 0.27 | 0 | 0.05 | 0.91 | 170 | 0.16 | 0.07 |
| Hex | 10 | 16 | 15 | 1B | 0 | 5 | 5B | AA | 10 | 7 |
| Octal | 20 | 26 | 25 | 33 | 0 | 5 | 133 | 252 | 20 | 7 |
| Binary | 10000 | 10110 | 10101 | 11011 | 0 | 101 | 1011011 | 10101010 | 10000 | 111 |
Color Harmonies of #101615
Complementary color
Monochromatic Colors of #101615
Black with #101615
Text Example
Text Example
White with #101615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101615; }
p { color: rgb(16,22,21); }
H1.HeaderClassName
{
color: #101615;
}
.AnyTagClassName
{
color: #101615;
}
</style>
background-color css
<style>
a { background-color: #101615; }
a { background-color: rgb(16,22,21); }
div.DivClassName
{
background-color: #101615;
}
.BgClassName
{
background-color: #101615;
}
</style>
border-color css
<style>
span { border-color: #101615; }
span { border-color: rgb(16,22,21); }
td.TdClassName
{
border-color: #101615;
}
.TagClassName
{
border-color: #101615;
}
</style>