Shades of Myrtle #2D402B
Tints of Myrtle #2D402B
RGB
CMYK
RGB Variations
Color information
#2D402B (or 0x2D402B) is known color: Myrtle. HEX triplet: 2D, 40 and 2B. RGB value is (45,64,43). Sum of RGB (Red+Green+Blue) = 45+64+43=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #2D402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D402B is #D2BFD4. Grayscale: #373737. Windows color (decimal): -13811669 or 2834477. OLE color: 2834477.
HSL color Cylindrical-coordinate representation of color #2D402B: hue angle of 114.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D402B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 43 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.75 |
| HSL | 114.29º | 0.2% | 0.21% | - |
| HSV(B) | 114.29º | 0.33% | 0.25% | - |
| XYZ | 3.35 | 4.4 | 2.96 | - |
| YUV | 55.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 43 | 0.30 | 0 | 0.33 | 0.75 | 114.29 | 0.2 | 0.21 |
| Hex | 2D | 40 | 2B | 1E | 0 | 21 | 4B | 72 | 14 | 15 |
| Octal | 55 | 100 | 53 | 36 | 0 | 41 | 113 | 162 | 24 | 25 |
| Binary | 101101 | 1000000 | 101011 | 11110 | 0 | 100001 | 1001011 | 1110010 | 10100 | 10101 |
Color Harmonies of #2D402B
Complementary color
Monochromatic Colors of #2D402B
Black with #2D402B
Text Example
Text Example
White with #2D402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D402B; }
p { color: rgb(45,64,43); }
H1.HeaderClassName
{
color: #2D402B;
}
.AnyTagClassName
{
color: #2D402B;
}
</style>
background-color css
<style>
a { background-color: #2D402B; }
a { background-color: rgb(45,64,43); }
div.DivClassName
{
background-color: #2D402B;
}
.BgClassName
{
background-color: #2D402B;
}
</style>
border-color css
<style>
span { border-color: #2D402B; }
span { border-color: rgb(45,64,43); }
td.TdClassName
{
border-color: #2D402B;
}
.TagClassName
{
border-color: #2D402B;
}
</style>