Shades of Dark Green #101D18
Tints of Dark Green #101D18
RGB
CMYK
RGB Variations
Color information
#101D18 (or 0x101D18) is known color: Dark Green. HEX triplet: 10, 1D and 18. RGB value is (16,29,24). Sum of RGB (Red+Green+Blue) = 16+29+24=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #101D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D18 is #EFE2E7. Grayscale: #181818. Windows color (decimal): -15721192 or 1580304. OLE color: 1580304.
HSL color Cylindrical-coordinate representation of color #101D18: hue angle of 156.92º 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 #101D18 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 24 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.89 |
| HSL | 156.92º | 0.29% | 0.09% | - |
| HSV(B) | 156.92º | 0.45% | 0.11% | - |
| XYZ | 0.82 | 1.05 | 1.02 | - |
| YUV | 24.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 24 | 0.45 | 0 | 0.17 | 0.89 | 156.92 | 0.29 | 0.09 |
| Hex | 10 | 1D | 18 | 2D | 0 | 11 | 59 | 9D | 1D | 9 |
| Octal | 20 | 35 | 30 | 55 | 0 | 21 | 131 | 235 | 35 | 11 |
| Binary | 10000 | 11101 | 11000 | 101101 | 0 | 10001 | 1011001 | 10011101 | 11101 | 1001 |
Color Harmonies of #101D18
Complementary color
Monochromatic Colors of #101D18
Black with #101D18
Text Example
Text Example
White with #101D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D18; }
p { color: rgb(16,29,24); }
H1.HeaderClassName
{
color: #101D18;
}
.AnyTagClassName
{
color: #101D18;
}
</style>
background-color css
<style>
a { background-color: #101D18; }
a { background-color: rgb(16,29,24); }
div.DivClassName
{
background-color: #101D18;
}
.BgClassName
{
background-color: #101D18;
}
</style>
border-color css
<style>
span { border-color: #101D18; }
span { border-color: rgb(16,29,24); }
td.TdClassName
{
border-color: #101D18;
}
.TagClassName
{
border-color: #101D18;
}
</style>