Shades of Dark Green #101C16
Tints of Dark Green #101C16
RGB
CMYK
RGB Variations
Color information
#101C16 (or 0x101C16) is known color: Dark Green. HEX triplet: 10, 1C and 16. RGB value is (16,28,22). Sum of RGB (Red+Green+Blue) = 16+28+22=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #101C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C16 is #EFE3E9. Grayscale: #171717. Windows color (decimal): -15721450 or 1448976. OLE color: 1448976.
HSL color Cylindrical-coordinate representation of color #101C16: hue angle of 150º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #101C16 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 28 | 22 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.89 |
| HSL | 150º | 0.27% | 0.09% | - |
| HSV(B) | 150º | 0.43% | 0.11% | - |
| XYZ | 0.77 | 1 | 0.91 | - |
| YUV | 23.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 22 | 0.43 | 0 | 0.21 | 0.89 | 150 | 0.27 | 0.09 |
| Hex | 10 | 1C | 16 | 2B | 0 | 15 | 59 | 96 | 1B | 9 |
| Octal | 20 | 34 | 26 | 53 | 0 | 25 | 131 | 226 | 33 | 11 |
| Binary | 10000 | 11100 | 10110 | 101011 | 0 | 10101 | 1011001 | 10010110 | 11011 | 1001 |
Color Harmonies of #101C16
Complementary color
Monochromatic Colors of #101C16
Black with #101C16
Text Example
Text Example
White with #101C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C16; }
p { color: rgb(16,28,22); }
H1.HeaderClassName
{
color: #101C16;
}
.AnyTagClassName
{
color: #101C16;
}
</style>
background-color css
<style>
a { background-color: #101C16; }
a { background-color: rgb(16,28,22); }
div.DivClassName
{
background-color: #101C16;
}
.BgClassName
{
background-color: #101C16;
}
</style>
border-color css
<style>
span { border-color: #101C16; }
span { border-color: rgb(16,28,22); }
td.TdClassName
{
border-color: #101C16;
}
.TagClassName
{
border-color: #101C16;
}
</style>