Shades of Dark Green #101D17
Tints of Dark Green #101D17
RGB
CMYK
RGB Variations
Color information
#101D17 (or 0x101D17) is known color: Dark Green. HEX triplet: 10, 1D and 17. RGB value is (16,29,23). Sum of RGB (Red+Green+Blue) = 16+29+23=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #101D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D17 is #EFE2E8. Grayscale: #181818. Windows color (decimal): -15721193 or 1514768. OLE color: 1514768.
HSL color Cylindrical-coordinate representation of color #101D17: hue angle of 152.31º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #101D17 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 23 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.89 |
| HSL | 152.31º | 0.29% | 0.09% | - |
| HSV(B) | 152.31º | 0.45% | 0.11% | - |
| XYZ | 0.81 | 1.05 | 0.97 | - |
| YUV | 24.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 23 | 0.45 | 0 | 0.21 | 0.89 | 152.31 | 0.29 | 0.09 |
| Hex | 10 | 1D | 17 | 2D | 0 | 15 | 59 | 98 | 1D | 9 |
| Octal | 20 | 35 | 27 | 55 | 0 | 25 | 131 | 230 | 35 | 11 |
| Binary | 10000 | 11101 | 10111 | 101101 | 0 | 10101 | 1011001 | 10011000 | 11101 | 1001 |
Color Harmonies of #101D17
Complementary color
Monochromatic Colors of #101D17
Black with #101D17
Text Example
Text Example
White with #101D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D17; }
p { color: rgb(16,29,23); }
H1.HeaderClassName
{
color: #101D17;
}
.AnyTagClassName
{
color: #101D17;
}
</style>
background-color css
<style>
a { background-color: #101D17; }
a { background-color: rgb(16,29,23); }
div.DivClassName
{
background-color: #101D17;
}
.BgClassName
{
background-color: #101D17;
}
</style>
border-color css
<style>
span { border-color: #101D17; }
span { border-color: rgb(16,29,23); }
td.TdClassName
{
border-color: #101D17;
}
.TagClassName
{
border-color: #101D17;
}
</style>