Shades of Dark Green #10201B
Tints of Dark Green #10201B
RGB
CMYK
RGB Variations
Color information
#10201B (or 0x10201B) is known color: Dark Green. HEX triplet: 10, 20 and 1B. RGB value is (16,32,27). Sum of RGB (Red+Green+Blue) = 16+32+27=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #10201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10201B is #EFDFE4. Grayscale: #1A1A1A. Windows color (decimal): -15720421 or 1777680. OLE color: 1777680.
HSL color Cylindrical-coordinate representation of color #10201B: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10201B is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 32 | 27 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.87 |
| HSL | 161.25º | 0.33% | 0.09% | - |
| HSV(B) | 161.25º | 0.5% | 0.13% | - |
| XYZ | 0.93 | 1.22 | 1.22 | - |
| YUV | 26.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 27 | 0.5 | 0 | 0.16 | 0.87 | 161.25 | 0.33 | 0.09 |
| Hex | 10 | 20 | 1B | 32 | 0 | 10 | 57 | A1 | 21 | 9 |
| Octal | 20 | 40 | 33 | 62 | 0 | 20 | 127 | 241 | 41 | 11 |
| Binary | 10000 | 100000 | 11011 | 110010 | 0 | 10000 | 1010111 | 10100001 | 100001 | 1001 |
Color Harmonies of #10201B
Complementary color
Monochromatic Colors of #10201B
Black with #10201B
Text Example
Text Example
White with #10201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10201B; }
p { color: rgb(16,32,27); }
H1.HeaderClassName
{
color: #10201B;
}
.AnyTagClassName
{
color: #10201B;
}
</style>
background-color css
<style>
a { background-color: #10201B; }
a { background-color: rgb(16,32,27); }
div.DivClassName
{
background-color: #10201B;
}
.BgClassName
{
background-color: #10201B;
}
</style>
border-color css
<style>
span { border-color: #10201B; }
span { border-color: rgb(16,32,27); }
td.TdClassName
{
border-color: #10201B;
}
.TagClassName
{
border-color: #10201B;
}
</style>