Shades of Myrtle #2D452B
Tints of Myrtle #2D452B
RGB
CMYK
RGB Variations
Color information
#2D452B (or 0x2D452B) is known color: Myrtle. HEX triplet: 2D, 45 and 2B. RGB value is (45,69,43). Sum of RGB (Red+Green+Blue) = 45+69+43=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #2D452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D452B is #D2BAD4. Grayscale: #3A3A3A. Windows color (decimal): -13810389 or 2835757. OLE color: 2835757.
HSL color Cylindrical-coordinate representation of color #2D452B: hue angle of 115.38º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D452B is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 43 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.73 |
| HSL | 115.38º | 0.23% | 0.22% | - |
| HSV(B) | 115.38º | 0.38% | 0.27% | - |
| XYZ | 3.65 | 4.99 | 3.06 | - |
| YUV | 58.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 43 | 0.35 | 0 | 0.38 | 0.73 | 115.38 | 0.23 | 0.22 |
| Hex | 2D | 45 | 2B | 23 | 0 | 26 | 49 | 73 | 17 | 16 |
| Octal | 55 | 105 | 53 | 43 | 0 | 46 | 111 | 163 | 27 | 26 |
| Binary | 101101 | 1000101 | 101011 | 100011 | 0 | 100110 | 1001001 | 1110011 | 10111 | 10110 |
Color Harmonies of #2D452B
Complementary color
Monochromatic Colors of #2D452B
Black with #2D452B
Text Example
Text Example
White with #2D452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D452B; }
p { color: rgb(45,69,43); }
H1.HeaderClassName
{
color: #2D452B;
}
.AnyTagClassName
{
color: #2D452B;
}
</style>
background-color css
<style>
a { background-color: #2D452B; }
a { background-color: rgb(45,69,43); }
div.DivClassName
{
background-color: #2D452B;
}
.BgClassName
{
background-color: #2D452B;
}
</style>
border-color css
<style>
span { border-color: #2D452B; }
span { border-color: rgb(45,69,43); }
td.TdClassName
{
border-color: #2D452B;
}
.TagClassName
{
border-color: #2D452B;
}
</style>