Shades of Myrtle #182E11
Tints of Myrtle #182E11
RGB
CMYK
RGB Variations
Color information
#182E11 (or 0x182E11) is known color: Myrtle. HEX triplet: 18, 2E and 11. RGB value is (24,46,17). Sum of RGB (Red+Green+Blue) = 24+46+17=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #182E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182E11 is #E7D1EE. Grayscale: #242424. Windows color (decimal): -15192559 or 1125912. OLE color: 1125912.
HSL color Cylindrical-coordinate representation of color #182E11: hue angle of 105.52º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182E11 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 17 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.82 |
| HSL | 105.52º | 0.46% | 0.12% | - |
| HSV(B) | 105.52º | 0.63% | 0.18% | - |
| XYZ | 1.45 | 2.19 | 0.88 | - |
| YUV | 36.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 17 | 0.48 | 0 | 0.63 | 0.82 | 105.52 | 0.46 | 0.12 |
| Hex | 18 | 2E | 11 | 30 | 0 | 3F | 52 | 6A | 2E | C |
| Octal | 30 | 56 | 21 | 60 | 0 | 77 | 122 | 152 | 56 | 14 |
| Binary | 11000 | 101110 | 10001 | 110000 | 0 | 111111 | 1010010 | 1101010 | 101110 | 1100 |
Color Harmonies of #182E11
Complementary color
Monochromatic Colors of #182E11
Black with #182E11
Text Example
Text Example
White with #182E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E11; }
p { color: rgb(24,46,17); }
H1.HeaderClassName
{
color: #182E11;
}
.AnyTagClassName
{
color: #182E11;
}
</style>
background-color css
<style>
a { background-color: #182E11; }
a { background-color: rgb(24,46,17); }
div.DivClassName
{
background-color: #182E11;
}
.BgClassName
{
background-color: #182E11;
}
</style>
border-color css
<style>
span { border-color: #182E11; }
span { border-color: rgb(24,46,17); }
td.TdClassName
{
border-color: #182E11;
}
.TagClassName
{
border-color: #182E11;
}
</style>