Shades of Dark Green #101814
Tints of Dark Green #101814
RGB
CMYK
RGB Variations
Color information
#101814 (or 0x101814) is known color: Dark Green. HEX triplet: 10, 18 and 14. RGB value is (16,24,20). Sum of RGB (Red+Green+Blue) = 16+24+20=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #101814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101814 is #EFE7EB. Grayscale: #151515. Windows color (decimal): -15722476 or 1316880. OLE color: 1316880.
HSL color Cylindrical-coordinate representation of color #101814: hue angle of 150º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101814 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 24 | 20 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.91 |
| HSL | 150º | 0.2% | 0.08% | - |
| HSV(B) | 150º | 0.33% | 0.09% | - |
| XYZ | 0.67 | 0.81 | 0.78 | - |
| YUV | 21.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 20 | 0.33 | 0 | 0.17 | 0.91 | 150 | 0.2 | 0.08 |
| Hex | 10 | 18 | 14 | 21 | 0 | 11 | 5B | 96 | 14 | 8 |
| Octal | 20 | 30 | 24 | 41 | 0 | 21 | 133 | 226 | 24 | 10 |
| Binary | 10000 | 11000 | 10100 | 100001 | 0 | 10001 | 1011011 | 10010110 | 10100 | 1000 |
Color Harmonies of #101814
Complementary color
Monochromatic Colors of #101814
Black with #101814
Text Example
Text Example
White with #101814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101814; }
p { color: rgb(16,24,20); }
H1.HeaderClassName
{
color: #101814;
}
.AnyTagClassName
{
color: #101814;
}
</style>
background-color css
<style>
a { background-color: #101814; }
a { background-color: rgb(16,24,20); }
div.DivClassName
{
background-color: #101814;
}
.BgClassName
{
background-color: #101814;
}
</style>
border-color css
<style>
span { border-color: #101814; }
span { border-color: rgb(16,24,20); }
td.TdClassName
{
border-color: #101814;
}
.TagClassName
{
border-color: #101814;
}
</style>