Shades of Dark Green #101E19
Tints of Dark Green #101E19
RGB
CMYK
RGB Variations
Color information
#101E19 (or 0x101E19) is known color: Dark Green. HEX triplet: 10, 1E and 19. RGB value is (16,30,25). Sum of RGB (Red+Green+Blue) = 16+30+25=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #101E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E19 is #EFE1E6. Grayscale: #191919. Windows color (decimal): -15720935 or 1646096. OLE color: 1646096.
HSL color Cylindrical-coordinate representation of color #101E19: hue angle of 158.57º 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 #101E19 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 25 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.88 |
| HSL | 158.57º | 0.3% | 0.09% | - |
| HSV(B) | 158.57º | 0.47% | 0.12% | - |
| XYZ | 0.85 | 1.11 | 1.09 | - |
| YUV | 25.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 25 | 0.47 | 0 | 0.17 | 0.88 | 158.57 | 0.3 | 0.09 |
| Hex | 10 | 1E | 19 | 2F | 0 | 11 | 58 | 9F | 1E | 9 |
| Octal | 20 | 36 | 31 | 57 | 0 | 21 | 130 | 237 | 36 | 11 |
| Binary | 10000 | 11110 | 11001 | 101111 | 0 | 10001 | 1011000 | 10011111 | 11110 | 1001 |
Color Harmonies of #101E19
Complementary color
Monochromatic Colors of #101E19
Black with #101E19
Text Example
Text Example
White with #101E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E19; }
p { color: rgb(16,30,25); }
H1.HeaderClassName
{
color: #101E19;
}
.AnyTagClassName
{
color: #101E19;
}
</style>
background-color css
<style>
a { background-color: #101E19; }
a { background-color: rgb(16,30,25); }
div.DivClassName
{
background-color: #101E19;
}
.BgClassName
{
background-color: #101E19;
}
</style>
border-color css
<style>
span { border-color: #101E19; }
span { border-color: rgb(16,30,25); }
td.TdClassName
{
border-color: #101E19;
}
.TagClassName
{
border-color: #101E19;
}
</style>