Shades of Myrtle #242D22
Tints of Myrtle #242D22
RGB
CMYK
RGB Variations
Color information
#242D22 (or 0x242D22) is known color: Myrtle. HEX triplet: 24, 2D and 22. RGB value is (36,45,34). Sum of RGB (Red+Green+Blue) = 36+45+34=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 45 - color contains mainly: green. Hex color #242D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D22 is #DBD2DD. Grayscale: #292929. Windows color (decimal): -14406366 or 2239780. OLE color: 2239780.
HSL color Cylindrical-coordinate representation of color #242D22: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #242D22 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 34 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.82 |
| HSL | 109.09º | 0.14% | 0.15% | - |
| HSV(B) | 109.09º | 0.24% | 0.18% | - |
| XYZ | 1.95 | 2.37 | 1.87 | - |
| YUV | 41.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 34 | 0.2 | 0 | 0.24 | 0.82 | 109.09 | 0.14 | 0.15 |
| Hex | 24 | 2D | 22 | 14 | 0 | 18 | 52 | 6D | E | F |
| Octal | 44 | 55 | 42 | 24 | 0 | 30 | 122 | 155 | 16 | 17 |
| Binary | 100100 | 101101 | 100010 | 10100 | 0 | 11000 | 1010010 | 1101101 | 1110 | 1111 |
Color Harmonies of #242D22
Complementary color
Monochromatic Colors of #242D22
Black with #242D22
Text Example
Text Example
White with #242D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D22; }
p { color: rgb(36,45,34); }
H1.HeaderClassName
{
color: #242D22;
}
.AnyTagClassName
{
color: #242D22;
}
</style>
background-color css
<style>
a { background-color: #242D22; }
a { background-color: rgb(36,45,34); }
div.DivClassName
{
background-color: #242D22;
}
.BgClassName
{
background-color: #242D22;
}
</style>
border-color css
<style>
span { border-color: #242D22; }
span { border-color: rgb(36,45,34); }
td.TdClassName
{
border-color: #242D22;
}
.TagClassName
{
border-color: #242D22;
}
</style>