Shades of Dark Green #102D21
Tints of Dark Green #102D21
RGB
CMYK
RGB Variations
Color information
#102D21 (or 0x102D21) is known color: Dark Green. HEX triplet: 10, 2D and 21. RGB value is (16,45,33). Sum of RGB (Red+Green+Blue) = 16+45+33=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #102D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D21 is #EFD2DE. Grayscale: #222222. Windows color (decimal): -15717087 or 2174224. OLE color: 2174224.
HSL color Cylindrical-coordinate representation of color #102D21: hue angle of 155.17º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102D21 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 45 | 33 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.82 |
| HSL | 155.17º | 0.48% | 0.12% | - |
| HSV(B) | 155.17º | 0.64% | 0.18% | - |
| XYZ | 1.43 | 2.1 | 1.77 | - |
| YUV | 34.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 33 | 0.64 | 0 | 0.27 | 0.82 | 155.17 | 0.48 | 0.12 |
| Hex | 10 | 2D | 21 | 40 | 0 | 1B | 52 | 9B | 30 | C |
| Octal | 20 | 55 | 41 | 100 | 0 | 33 | 122 | 233 | 60 | 14 |
| Binary | 10000 | 101101 | 100001 | 1000000 | 0 | 11011 | 1010010 | 10011011 | 110000 | 1100 |
Color Harmonies of #102D21
Complementary color
Monochromatic Colors of #102D21
Black with #102D21
Text Example
Text Example
White with #102D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D21; }
p { color: rgb(16,45,33); }
H1.HeaderClassName
{
color: #102D21;
}
.AnyTagClassName
{
color: #102D21;
}
</style>
background-color css
<style>
a { background-color: #102D21; }
a { background-color: rgb(16,45,33); }
div.DivClassName
{
background-color: #102D21;
}
.BgClassName
{
background-color: #102D21;
}
</style>
border-color css
<style>
span { border-color: #102D21; }
span { border-color: rgb(16,45,33); }
td.TdClassName
{
border-color: #102D21;
}
.TagClassName
{
border-color: #102D21;
}
</style>