Shades of Dark Green #102A24
Tints of Dark Green #102A24
RGB
CMYK
RGB Variations
Color information
#102A24 (or 0x102A24) is known color: Dark Green. HEX triplet: 10, 2A and 24. RGB value is (16,42,36). Sum of RGB (Red+Green+Blue) = 16+42+36=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #102A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A24 is #EFD5DB. Grayscale: #212121. Windows color (decimal): -15717852 or 2370064. OLE color: 2370064.
HSL color Cylindrical-coordinate representation of color #102A24: hue angle of 166.15º 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 #102A24 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 42 | 36 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.84 |
| HSL | 166.15º | 0.45% | 0.11% | - |
| HSV(B) | 166.15º | 0.62% | 0.16% | - |
| XYZ | 1.36 | 1.89 | 1.96 | - |
| YUV | 33.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 36 | 0.62 | 0 | 0.14 | 0.84 | 166.15 | 0.45 | 0.11 |
| Hex | 10 | 2A | 24 | 3E | 0 | E | 54 | A6 | 2D | B |
| Octal | 20 | 52 | 44 | 76 | 0 | 16 | 124 | 246 | 55 | 13 |
| Binary | 10000 | 101010 | 100100 | 111110 | 0 | 1110 | 1010100 | 10100110 | 101101 | 1011 |
Color Harmonies of #102A24
Complementary color
Monochromatic Colors of #102A24
Black with #102A24
Text Example
Text Example
White with #102A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A24; }
p { color: rgb(16,42,36); }
H1.HeaderClassName
{
color: #102A24;
}
.AnyTagClassName
{
color: #102A24;
}
</style>
background-color css
<style>
a { background-color: #102A24; }
a { background-color: rgb(16,42,36); }
div.DivClassName
{
background-color: #102A24;
}
.BgClassName
{
background-color: #102A24;
}
</style>
border-color css
<style>
span { border-color: #102A24; }
span { border-color: rgb(16,42,36); }
td.TdClassName
{
border-color: #102A24;
}
.TagClassName
{
border-color: #102A24;
}
</style>