Shades of Dark Green #101F1B
Tints of Dark Green #101F1B
RGB
CMYK
RGB Variations
Color information
#101F1B (or 0x101F1B) is known color: Dark Green. HEX triplet: 10, 1F and 1B. RGB value is (16,31,27). Sum of RGB (Red+Green+Blue) = 16+31+27=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #101F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F1B is #EFE0E4. Grayscale: #1A1A1A. Windows color (decimal): -15720677 or 1777424. OLE color: 1777424.
HSL color Cylindrical-coordinate representation of color #101F1B: hue angle of 164º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F1B is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 27 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.88 |
| HSL | 164º | 0.32% | 0.09% | - |
| HSV(B) | 164º | 0.48% | 0.12% | - |
| XYZ | 0.9 | 1.17 | 1.22 | - |
| YUV | 26.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 27 | 0.48 | 0 | 0.13 | 0.88 | 164 | 0.32 | 0.09 |
| Hex | 10 | 1F | 1B | 30 | 0 | D | 58 | A4 | 20 | 9 |
| Octal | 20 | 37 | 33 | 60 | 0 | 15 | 130 | 244 | 40 | 11 |
| Binary | 10000 | 11111 | 11011 | 110000 | 0 | 1101 | 1011000 | 10100100 | 100000 | 1001 |
Color Harmonies of #101F1B
Complementary color
Monochromatic Colors of #101F1B
Black with #101F1B
Text Example
Text Example
White with #101F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F1B; }
p { color: rgb(16,31,27); }
H1.HeaderClassName
{
color: #101F1B;
}
.AnyTagClassName
{
color: #101F1B;
}
</style>
background-color css
<style>
a { background-color: #101F1B; }
a { background-color: rgb(16,31,27); }
div.DivClassName
{
background-color: #101F1B;
}
.BgClassName
{
background-color: #101F1B;
}
</style>
border-color css
<style>
span { border-color: #101F1B; }
span { border-color: rgb(16,31,27); }
td.TdClassName
{
border-color: #101F1B;
}
.TagClassName
{
border-color: #101F1B;
}
</style>