Shades of Myrtle #184202
Tints of Myrtle #184202
RGB
CMYK
RGB Variations
Color information
#184202 (or 0x184202) is known color: Myrtle. HEX triplet: 18, 42 and 02. RGB value is (24,66,2). Sum of RGB (Red+Green+Blue) = 24+66+2=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #184202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184202 is #E7BDFD. Grayscale: #2E2E2E. Windows color (decimal): -15187454 or 147992. OLE color: 147992.
HSL color Cylindrical-coordinate representation of color #184202: hue angle of 99.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #184202 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 2 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.74 |
| HSL | 99.38º | 0.94% | 0.13% | - |
| HSV(B) | 99.38º | 0.97% | 0.26% | - |
| XYZ | 2.34 | 4.1 | 0.72 | - |
| YUV | 46.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 2 | 0.64 | 0 | 0.97 | 0.74 | 99.38 | 0.94 | 0.13 |
| Hex | 18 | 42 | 2 | 40 | 0 | 61 | 4A | 63 | 5E | D |
| Octal | 30 | 102 | 2 | 100 | 0 | 141 | 112 | 143 | 136 | 15 |
| Binary | 11000 | 1000010 | 10 | 1000000 | 0 | 1100001 | 1001010 | 1100011 | 1011110 | 1101 |
Color Harmonies of #184202
Complementary color
Monochromatic Colors of #184202
Black with #184202
Text Example
Text Example
White with #184202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184202; }
p { color: rgb(24,66,2); }
H1.HeaderClassName
{
color: #184202;
}
.AnyTagClassName
{
color: #184202;
}
</style>
background-color css
<style>
a { background-color: #184202; }
a { background-color: rgb(24,66,2); }
div.DivClassName
{
background-color: #184202;
}
.BgClassName
{
background-color: #184202;
}
</style>
border-color css
<style>
span { border-color: #184202; }
span { border-color: rgb(24,66,2); }
td.TdClassName
{
border-color: #184202;
}
.TagClassName
{
border-color: #184202;
}
</style>