Shades of Dark Green #101D1B
Tints of Dark Green #101D1B
RGB
CMYK
RGB Variations
Color information
#101D1B (or 0x101D1B) is known color: Dark Green. HEX triplet: 10, 1D and 1B. RGB value is (16,29,27). Sum of RGB (Red+Green+Blue) = 16+29+27=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #101D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D1B is #EFE2E4. Grayscale: #181818. Windows color (decimal): -15721189 or 1776912. OLE color: 1776912.
HSL color Cylindrical-coordinate representation of color #101D1B: hue angle of 170.77º 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 #101D1B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 27 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.89 |
| HSL | 170.77º | 0.29% | 0.09% | - |
| HSV(B) | 170.77º | 0.45% | 0.11% | - |
| XYZ | 0.85 | 1.07 | 1.2 | - |
| YUV | 24.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 27 | 0.45 | 0 | 0.07 | 0.89 | 170.77 | 0.29 | 0.09 |
| Hex | 10 | 1D | 1B | 2D | 0 | 7 | 59 | AB | 1D | 9 |
| Octal | 20 | 35 | 33 | 55 | 0 | 7 | 131 | 253 | 35 | 11 |
| Binary | 10000 | 11101 | 11011 | 101101 | 0 | 111 | 1011001 | 10101011 | 11101 | 1001 |
Color Harmonies of #101D1B
Complementary color
Monochromatic Colors of #101D1B
Black with #101D1B
Text Example
Text Example
White with #101D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D1B; }
p { color: rgb(16,29,27); }
H1.HeaderClassName
{
color: #101D1B;
}
.AnyTagClassName
{
color: #101D1B;
}
</style>
background-color css
<style>
a { background-color: #101D1B; }
a { background-color: rgb(16,29,27); }
div.DivClassName
{
background-color: #101D1B;
}
.BgClassName
{
background-color: #101D1B;
}
</style>
border-color css
<style>
span { border-color: #101D1B; }
span { border-color: rgb(16,29,27); }
td.TdClassName
{
border-color: #101D1B;
}
.TagClassName
{
border-color: #101D1B;
}
</style>