Shades of Dark Green #101E1B
Tints of Dark Green #101E1B
RGB
CMYK
RGB Variations
Color information
#101E1B (or 0x101E1B) is known color: Dark Green. HEX triplet: 10, 1E and 1B. RGB value is (16,30,27). Sum of RGB (Red+Green+Blue) = 16+30+27=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #101E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E1B is #EFE1E4. Grayscale: #191919. Windows color (decimal): -15720933 or 1777168. OLE color: 1777168.
HSL color Cylindrical-coordinate representation of color #101E1B: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #101E1B is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 27 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.88 |
| HSL | 167.14º | 0.3% | 0.09% | - |
| HSV(B) | 167.14º | 0.47% | 0.12% | - |
| XYZ | 0.88 | 1.12 | 1.21 | - |
| YUV | 25.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 27 | 0.47 | 0 | 0.10 | 0.88 | 167.14 | 0.3 | 0.09 |
| Hex | 10 | 1E | 1B | 2F | 0 | A | 58 | A7 | 1E | 9 |
| Octal | 20 | 36 | 33 | 57 | 0 | 12 | 130 | 247 | 36 | 11 |
| Binary | 10000 | 11110 | 11011 | 101111 | 0 | 1010 | 1011000 | 10100111 | 11110 | 1001 |
Color Harmonies of #101E1B
Complementary color
Monochromatic Colors of #101E1B
Black with #101E1B
Text Example
Text Example
White with #101E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E1B; }
p { color: rgb(16,30,27); }
H1.HeaderClassName
{
color: #101E1B;
}
.AnyTagClassName
{
color: #101E1B;
}
</style>
background-color css
<style>
a { background-color: #101E1B; }
a { background-color: rgb(16,30,27); }
div.DivClassName
{
background-color: #101E1B;
}
.BgClassName
{
background-color: #101E1B;
}
</style>
border-color css
<style>
span { border-color: #101E1B; }
span { border-color: rgb(16,30,27); }
td.TdClassName
{
border-color: #101E1B;
}
.TagClassName
{
border-color: #101E1B;
}
</style>