Shades of Dark Green #102920
Tints of Dark Green #102920
RGB
CMYK
RGB Variations
Color information
#102920 (or 0x102920) is known color: Dark Green. HEX triplet: 10, 29 and 20. RGB value is (16,41,32). Sum of RGB (Red+Green+Blue) = 16+41+32=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #102920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102920 is #EFD6DF. Grayscale: #202020. Windows color (decimal): -15718112 or 2107664. OLE color: 2107664.
HSL color Cylindrical-coordinate representation of color #102920: hue angle of 158.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #102920 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 41 | 32 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.84 |
| HSL | 158.4º | 0.44% | 0.11% | - |
| HSV(B) | 158.4º | 0.61% | 0.16% | - |
| XYZ | 1.27 | 1.8 | 1.65 | - |
| YUV | 32.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 32 | 0.61 | 0 | 0.22 | 0.84 | 158.4 | 0.44 | 0.11 |
| Hex | 10 | 29 | 20 | 3D | 0 | 16 | 54 | 9E | 2C | B |
| Octal | 20 | 51 | 40 | 75 | 0 | 26 | 124 | 236 | 54 | 13 |
| Binary | 10000 | 101001 | 100000 | 111101 | 0 | 10110 | 1010100 | 10011110 | 101100 | 1011 |
Color Harmonies of #102920
Complementary color
Monochromatic Colors of #102920
Black with #102920
Text Example
Text Example
White with #102920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102920; }
p { color: rgb(16,41,32); }
H1.HeaderClassName
{
color: #102920;
}
.AnyTagClassName
{
color: #102920;
}
</style>
background-color css
<style>
a { background-color: #102920; }
a { background-color: rgb(16,41,32); }
div.DivClassName
{
background-color: #102920;
}
.BgClassName
{
background-color: #102920;
}
</style>
border-color css
<style>
span { border-color: #102920; }
span { border-color: rgb(16,41,32); }
td.TdClassName
{
border-color: #102920;
}
.TagClassName
{
border-color: #102920;
}
</style>