Shades of Dark Green #101E18
Tints of Dark Green #101E18
RGB
CMYK
RGB Variations
Color information
#101E18 (or 0x101E18) is known color: Dark Green. HEX triplet: 10, 1E and 18. RGB value is (16,30,24). Sum of RGB (Red+Green+Blue) = 16+30+24=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #101E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E18 is #EFE1E7. Grayscale: #191919. Windows color (decimal): -15720936 or 1580560. OLE color: 1580560.
HSL color Cylindrical-coordinate representation of color #101E18: hue angle of 154.29º 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 #101E18 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 24 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.88 |
| HSL | 154.29º | 0.3% | 0.09% | - |
| HSV(B) | 154.29º | 0.47% | 0.12% | - |
| XYZ | 0.84 | 1.1 | 1.03 | - |
| YUV | 25.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 24 | 0.47 | 0 | 0.20 | 0.88 | 154.29 | 0.3 | 0.09 |
| Hex | 10 | 1E | 18 | 2F | 0 | 14 | 58 | 9A | 1E | 9 |
| Octal | 20 | 36 | 30 | 57 | 0 | 24 | 130 | 232 | 36 | 11 |
| Binary | 10000 | 11110 | 11000 | 101111 | 0 | 10100 | 1011000 | 10011010 | 11110 | 1001 |
Color Harmonies of #101E18
Complementary color
Monochromatic Colors of #101E18
Black with #101E18
Text Example
Text Example
White with #101E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E18; }
p { color: rgb(16,30,24); }
H1.HeaderClassName
{
color: #101E18;
}
.AnyTagClassName
{
color: #101E18;
}
</style>
background-color css
<style>
a { background-color: #101E18; }
a { background-color: rgb(16,30,24); }
div.DivClassName
{
background-color: #101E18;
}
.BgClassName
{
background-color: #101E18;
}
</style>
border-color css
<style>
span { border-color: #101E18; }
span { border-color: rgb(16,30,24); }
td.TdClassName
{
border-color: #101E18;
}
.TagClassName
{
border-color: #101E18;
}
</style>