Shades of Myrtle #2D412D
Tints of Myrtle #2D412D
RGB
CMYK
RGB Variations
Color information
#2D412D (or 0x2D412D) is known color: Myrtle. HEX triplet: 2D, 41 and 2D. RGB value is (45,65,45). Sum of RGB (Red+Green+Blue) = 45+65+45=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #2D412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D412D is #D2BED2. Grayscale: #383838. Windows color (decimal): -13811411 or 2965805. OLE color: 2965805.
HSL color Cylindrical-coordinate representation of color #2D412D: hue angle of 120º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D412D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 45 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.75 |
| HSL | 120º | 0.18% | 0.22% | - |
| HSV(B) | 120º | 0.31% | 0.25% | - |
| XYZ | 3.45 | 4.53 | 3.17 | - |
| YUV | 56.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 45 | 0.31 | 0 | 0.31 | 0.75 | 120 | 0.18 | 0.22 |
| Hex | 2D | 41 | 2D | 1F | 0 | 1F | 4B | 78 | 12 | 16 |
| Octal | 55 | 101 | 55 | 37 | 0 | 37 | 113 | 170 | 22 | 26 |
| Binary | 101101 | 1000001 | 101101 | 11111 | 0 | 11111 | 1001011 | 1111000 | 10010 | 10110 |
Color Harmonies of #2D412D
Complementary color
Monochromatic Colors of #2D412D
Black with #2D412D
Text Example
Text Example
White with #2D412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D412D; }
p { color: rgb(45,65,45); }
H1.HeaderClassName
{
color: #2D412D;
}
.AnyTagClassName
{
color: #2D412D;
}
</style>
background-color css
<style>
a { background-color: #2D412D; }
a { background-color: rgb(45,65,45); }
div.DivClassName
{
background-color: #2D412D;
}
.BgClassName
{
background-color: #2D412D;
}
</style>
border-color css
<style>
span { border-color: #2D412D; }
span { border-color: rgb(45,65,45); }
td.TdClassName
{
border-color: #2D412D;
}
.TagClassName
{
border-color: #2D412D;
}
</style>