Shades of Myrtle #2D482D
Tints of Myrtle #2D482D
RGB
CMYK
RGB Variations
Color information
#2D482D (or 0x2D482D) is known color: Myrtle. HEX triplet: 2D, 48 and 2D. RGB value is (45,72,45). Sum of RGB (Red+Green+Blue) = 45+72+45=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #2D482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D482D is #D2B7D2. Grayscale: #3C3C3C. Windows color (decimal): -13809619 or 2967597. OLE color: 2967597.
HSL color Cylindrical-coordinate representation of color #2D482D: hue angle of 120º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D482D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 45 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.72 |
| HSL | 120º | 0.23% | 0.23% | - |
| HSV(B) | 120º | 0.38% | 0.28% | - |
| XYZ | 3.87 | 5.38 | 3.32 | - |
| YUV | 60.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 45 | 0.38 | 0 | 0.38 | 0.72 | 120 | 0.23 | 0.23 |
| Hex | 2D | 48 | 2D | 26 | 0 | 26 | 48 | 78 | 17 | 17 |
| Octal | 55 | 110 | 55 | 46 | 0 | 46 | 110 | 170 | 27 | 27 |
| Binary | 101101 | 1001000 | 101101 | 100110 | 0 | 100110 | 1001000 | 1111000 | 10111 | 10111 |
Color Harmonies of #2D482D
Complementary color
Monochromatic Colors of #2D482D
Black with #2D482D
Text Example
Text Example
White with #2D482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D482D; }
p { color: rgb(45,72,45); }
H1.HeaderClassName
{
color: #2D482D;
}
.AnyTagClassName
{
color: #2D482D;
}
</style>
background-color css
<style>
a { background-color: #2D482D; }
a { background-color: rgb(45,72,45); }
div.DivClassName
{
background-color: #2D482D;
}
.BgClassName
{
background-color: #2D482D;
}
</style>
border-color css
<style>
span { border-color: #2D482D; }
span { border-color: rgb(45,72,45); }
td.TdClassName
{
border-color: #2D482D;
}
.TagClassName
{
border-color: #2D482D;
}
</style>