Shades of Dark Green #101A17
Tints of Dark Green #101A17
RGB
CMYK
RGB Variations
Color information
#101A17 (or 0x101A17) is known color: Dark Green. HEX triplet: 10, 1A and 17. RGB value is (16,26,23). Sum of RGB (Red+Green+Blue) = 16+26+23=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #101A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A17 is #EFE5E8. Grayscale: #161616. Windows color (decimal): -15721961 or 1514000. OLE color: 1514000.
HSL color Cylindrical-coordinate representation of color #101A17: hue angle of 162º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #101A17 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 26 | 23 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.90 |
| HSL | 162º | 0.24% | 0.08% | - |
| HSV(B) | 162º | 0.38% | 0.1% | - |
| XYZ | 0.74 | 0.91 | 0.95 | - |
| YUV | 22.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 23 | 0.38 | 0 | 0.12 | 0.90 | 162 | 0.24 | 0.08 |
| Hex | 10 | 1A | 17 | 26 | 0 | C | 5A | A2 | 18 | 8 |
| Octal | 20 | 32 | 27 | 46 | 0 | 14 | 132 | 242 | 30 | 10 |
| Binary | 10000 | 11010 | 10111 | 100110 | 0 | 1100 | 1011010 | 10100010 | 11000 | 1000 |
Color Harmonies of #101A17
Complementary color
Monochromatic Colors of #101A17
Black with #101A17
Text Example
Text Example
White with #101A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A17; }
p { color: rgb(16,26,23); }
H1.HeaderClassName
{
color: #101A17;
}
.AnyTagClassName
{
color: #101A17;
}
</style>
background-color css
<style>
a { background-color: #101A17; }
a { background-color: rgb(16,26,23); }
div.DivClassName
{
background-color: #101A17;
}
.BgClassName
{
background-color: #101A17;
}
</style>
border-color css
<style>
span { border-color: #101A17; }
span { border-color: rgb(16,26,23); }
td.TdClassName
{
border-color: #101A17;
}
.TagClassName
{
border-color: #101A17;
}
</style>