Shades of Dark Green #102A21
Tints of Dark Green #102A21
RGB
CMYK
RGB Variations
Color information
#102A21 (or 0x102A21) is known color: Dark Green. HEX triplet: 10, 2A and 21. RGB value is (16,42,33). Sum of RGB (Red+Green+Blue) = 16+42+33=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #102A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A21 is #EFD5DE. Grayscale: #212121. Windows color (decimal): -15717855 or 2173456. OLE color: 2173456.
HSL color Cylindrical-coordinate representation of color #102A21: hue angle of 159.23º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #102A21 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 42 | 33 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.84 |
| HSL | 159.23º | 0.45% | 0.11% | - |
| HSV(B) | 159.23º | 0.62% | 0.16% | - |
| XYZ | 1.32 | 1.88 | 1.73 | - |
| YUV | 33.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 33 | 0.62 | 0 | 0.21 | 0.84 | 159.23 | 0.45 | 0.11 |
| Hex | 10 | 2A | 21 | 3E | 0 | 15 | 54 | 9F | 2D | B |
| Octal | 20 | 52 | 41 | 76 | 0 | 25 | 124 | 237 | 55 | 13 |
| Binary | 10000 | 101010 | 100001 | 111110 | 0 | 10101 | 1010100 | 10011111 | 101101 | 1011 |
Color Harmonies of #102A21
Complementary color
Monochromatic Colors of #102A21
Black with #102A21
Text Example
Text Example
White with #102A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A21; }
p { color: rgb(16,42,33); }
H1.HeaderClassName
{
color: #102A21;
}
.AnyTagClassName
{
color: #102A21;
}
</style>
background-color css
<style>
a { background-color: #102A21; }
a { background-color: rgb(16,42,33); }
div.DivClassName
{
background-color: #102A21;
}
.BgClassName
{
background-color: #102A21;
}
</style>
border-color css
<style>
span { border-color: #102A21; }
span { border-color: rgb(16,42,33); }
td.TdClassName
{
border-color: #102A21;
}
.TagClassName
{
border-color: #102A21;
}
</style>