Shades of Myrtle #2D422C
Tints of Myrtle #2D422C
RGB
CMYK
RGB Variations
Color information
#2D422C (or 0x2D422C) is known color: Myrtle. HEX triplet: 2D, 42 and 2C. RGB value is (45,66,44). Sum of RGB (Red+Green+Blue) = 45+66+44=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #2D422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D422C is #D2BDD3. Grayscale: #393939. Windows color (decimal): -13811156 or 2900525. OLE color: 2900525.
HSL color Cylindrical-coordinate representation of color #2D422C: hue angle of 117.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D422C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 44 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.74 |
| HSL | 117.27º | 0.2% | 0.22% | - |
| HSV(B) | 117.27º | 0.33% | 0.26% | - |
| XYZ | 3.49 | 4.64 | 3.09 | - |
| YUV | 57.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 44 | 0.32 | 0 | 0.33 | 0.74 | 117.27 | 0.2 | 0.22 |
| Hex | 2D | 42 | 2C | 20 | 0 | 21 | 4A | 75 | 14 | 16 |
| Octal | 55 | 102 | 54 | 40 | 0 | 41 | 112 | 165 | 24 | 26 |
| Binary | 101101 | 1000010 | 101100 | 100000 | 0 | 100001 | 1001010 | 1110101 | 10100 | 10110 |
Color Harmonies of #2D422C
Complementary color
Monochromatic Colors of #2D422C
Black with #2D422C
Text Example
Text Example
White with #2D422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D422C; }
p { color: rgb(45,66,44); }
H1.HeaderClassName
{
color: #2D422C;
}
.AnyTagClassName
{
color: #2D422C;
}
</style>
background-color css
<style>
a { background-color: #2D422C; }
a { background-color: rgb(45,66,44); }
div.DivClassName
{
background-color: #2D422C;
}
.BgClassName
{
background-color: #2D422C;
}
</style>
border-color css
<style>
span { border-color: #2D422C; }
span { border-color: rgb(45,66,44); }
td.TdClassName
{
border-color: #2D422C;
}
.TagClassName
{
border-color: #2D422C;
}
</style>