Shades of Dark Green #10211B
Tints of Dark Green #10211B
RGB
CMYK
RGB Variations
Color information
#10211B (or 0x10211B) is known color: Dark Green. HEX triplet: 10, 21 and 1B. RGB value is (16,33,27). Sum of RGB (Red+Green+Blue) = 16+33+27=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #10211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10211B is #EFDEE4. Grayscale: #1B1B1B. Windows color (decimal): -15720165 or 1777936. OLE color: 1777936.
HSL color Cylindrical-coordinate representation of color #10211B: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #10211B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 27 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.87 |
| HSL | 158.82º | 0.35% | 0.1% | - |
| HSV(B) | 158.82º | 0.52% | 0.13% | - |
| XYZ | 0.96 | 1.28 | 1.23 | - |
| YUV | 27.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 27 | 0.52 | 0 | 0.18 | 0.87 | 158.82 | 0.35 | 0.1 |
| Hex | 10 | 21 | 1B | 34 | 0 | 12 | 57 | 9F | 23 | A |
| Octal | 20 | 41 | 33 | 64 | 0 | 22 | 127 | 237 | 43 | 12 |
| Binary | 10000 | 100001 | 11011 | 110100 | 0 | 10010 | 1010111 | 10011111 | 100011 | 1010 |
Color Harmonies of #10211B
Complementary color
Monochromatic Colors of #10211B
Black with #10211B
Text Example
Text Example
White with #10211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10211B; }
p { color: rgb(16,33,27); }
H1.HeaderClassName
{
color: #10211B;
}
.AnyTagClassName
{
color: #10211B;
}
</style>
background-color css
<style>
a { background-color: #10211B; }
a { background-color: rgb(16,33,27); }
div.DivClassName
{
background-color: #10211B;
}
.BgClassName
{
background-color: #10211B;
}
</style>
border-color css
<style>
span { border-color: #10211B; }
span { border-color: rgb(16,33,27); }
td.TdClassName
{
border-color: #10211B;
}
.TagClassName
{
border-color: #10211B;
}
</style>