Shades of Myrtle #2D452D
Tints of Myrtle #2D452D
RGB
CMYK
RGB Variations
Color information
#2D452D (or 0x2D452D) is known color: Myrtle. HEX triplet: 2D, 45 and 2D. RGB value is (45,69,45). Sum of RGB (Red+Green+Blue) = 45+69+45=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #2D452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D452D is #D2BAD2. Grayscale: #3B3B3B. Windows color (decimal): -13810387 or 2966829. OLE color: 2966829.
HSL color Cylindrical-coordinate representation of color #2D452D: hue angle of 120º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D452D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 45 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.73 |
| HSL | 120º | 0.21% | 0.22% | - |
| HSV(B) | 120º | 0.35% | 0.27% | - |
| XYZ | 3.68 | 5 | 3.25 | - |
| YUV | 59.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 45 | 0.35 | 0 | 0.35 | 0.73 | 120 | 0.21 | 0.22 |
| Hex | 2D | 45 | 2D | 23 | 0 | 23 | 49 | 78 | 15 | 16 |
| Octal | 55 | 105 | 55 | 43 | 0 | 43 | 111 | 170 | 25 | 26 |
| Binary | 101101 | 1000101 | 101101 | 100011 | 0 | 100011 | 1001001 | 1111000 | 10101 | 10110 |
Color Harmonies of #2D452D
Complementary color
Monochromatic Colors of #2D452D
Black with #2D452D
Text Example
Text Example
White with #2D452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D452D; }
p { color: rgb(45,69,45); }
H1.HeaderClassName
{
color: #2D452D;
}
.AnyTagClassName
{
color: #2D452D;
}
</style>
background-color css
<style>
a { background-color: #2D452D; }
a { background-color: rgb(45,69,45); }
div.DivClassName
{
background-color: #2D452D;
}
.BgClassName
{
background-color: #2D452D;
}
</style>
border-color css
<style>
span { border-color: #2D452D; }
span { border-color: rgb(45,69,45); }
td.TdClassName
{
border-color: #2D452D;
}
.TagClassName
{
border-color: #2D452D;
}
</style>