Shades of Dark Green #102B20
Tints of Dark Green #102B20
RGB
CMYK
RGB Variations
Color information
#102B20 (or 0x102B20) is known color: Dark Green. HEX triplet: 10, 2B and 20. RGB value is (16,43,32). Sum of RGB (Red+Green+Blue) = 16+43+32=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #102B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102B20 is #EFD4DF. Grayscale: #212121. Windows color (decimal): -15717600 or 2108176. OLE color: 2108176.
HSL color Cylindrical-coordinate representation of color #102B20: hue angle of 155.56º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #102B20 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 43 | 32 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.83 |
| HSL | 155.56º | 0.46% | 0.12% | - |
| HSV(B) | 155.56º | 0.63% | 0.17% | - |
| XYZ | 1.34 | 1.94 | 1.67 | - |
| YUV | 33.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 32 | 0.63 | 0 | 0.26 | 0.83 | 155.56 | 0.46 | 0.12 |
| Hex | 10 | 2B | 20 | 3F | 0 | 1A | 53 | 9C | 2E | C |
| Octal | 20 | 53 | 40 | 77 | 0 | 32 | 123 | 234 | 56 | 14 |
| Binary | 10000 | 101011 | 100000 | 111111 | 0 | 11010 | 1010011 | 10011100 | 101110 | 1100 |
Color Harmonies of #102B20
Complementary color
Monochromatic Colors of #102B20
Black with #102B20
Text Example
Text Example
White with #102B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B20; }
p { color: rgb(16,43,32); }
H1.HeaderClassName
{
color: #102B20;
}
.AnyTagClassName
{
color: #102B20;
}
</style>
background-color css
<style>
a { background-color: #102B20; }
a { background-color: rgb(16,43,32); }
div.DivClassName
{
background-color: #102B20;
}
.BgClassName
{
background-color: #102B20;
}
</style>
border-color css
<style>
span { border-color: #102B20; }
span { border-color: rgb(16,43,32); }
td.TdClassName
{
border-color: #102B20;
}
.TagClassName
{
border-color: #102B20;
}
</style>