Shades of Dark Green #102E24
Tints of Dark Green #102E24
RGB
CMYK
RGB Variations
Color information
#102E24 (or 0x102E24) is known color: Dark Green. HEX triplet: 10, 2E and 24. RGB value is (16,46,36). Sum of RGB (Red+Green+Blue) = 16+46+36=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #102E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E24 is #EFD1DB. Grayscale: #232323. Windows color (decimal): -15716828 or 2371088. OLE color: 2371088.
HSL color Cylindrical-coordinate representation of color #102E24: hue angle of 160º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E24 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 46 | 36 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.82 |
| HSL | 160º | 0.48% | 0.12% | - |
| HSV(B) | 160º | 0.65% | 0.18% | - |
| XYZ | 1.51 | 2.19 | 2.01 | - |
| YUV | 35.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 36 | 0.65 | 0 | 0.22 | 0.82 | 160 | 0.48 | 0.12 |
| Hex | 10 | 2E | 24 | 41 | 0 | 16 | 52 | A0 | 30 | C |
| Octal | 20 | 56 | 44 | 101 | 0 | 26 | 122 | 240 | 60 | 14 |
| Binary | 10000 | 101110 | 100100 | 1000001 | 0 | 10110 | 1010010 | 10100000 | 110000 | 1100 |
Color Harmonies of #102E24
Complementary color
Monochromatic Colors of #102E24
Black with #102E24
Text Example
Text Example
White with #102E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E24; }
p { color: rgb(16,46,36); }
H1.HeaderClassName
{
color: #102E24;
}
.AnyTagClassName
{
color: #102E24;
}
</style>
background-color css
<style>
a { background-color: #102E24; }
a { background-color: rgb(16,46,36); }
div.DivClassName
{
background-color: #102E24;
}
.BgClassName
{
background-color: #102E24;
}
</style>
border-color css
<style>
span { border-color: #102E24; }
span { border-color: rgb(16,46,36); }
td.TdClassName
{
border-color: #102E24;
}
.TagClassName
{
border-color: #102E24;
}
</style>