Shades of Myrtle #2D462B
Tints of Myrtle #2D462B
RGB
CMYK
RGB Variations
Color information
#2D462B (or 0x2D462B) is known color: Myrtle. HEX triplet: 2D, 46 and 2B. RGB value is (45,70,43). Sum of RGB (Red+Green+Blue) = 45+70+43=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #2D462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D462B is #D2B9D4. Grayscale: #3B3B3B. Windows color (decimal): -13810133 or 2836013. OLE color: 2836013.
HSL color Cylindrical-coordinate representation of color #2D462B: hue angle of 115.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D462B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 43 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.73 |
| HSL | 115.56º | 0.24% | 0.22% | - |
| HSV(B) | 115.56º | 0.39% | 0.27% | - |
| XYZ | 3.71 | 5.11 | 3.08 | - |
| YUV | 59.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 43 | 0.36 | 0 | 0.39 | 0.73 | 115.56 | 0.24 | 0.22 |
| Hex | 2D | 46 | 2B | 24 | 0 | 27 | 49 | 74 | 18 | 16 |
| Octal | 55 | 106 | 53 | 44 | 0 | 47 | 111 | 164 | 30 | 26 |
| Binary | 101101 | 1000110 | 101011 | 100100 | 0 | 100111 | 1001001 | 1110100 | 11000 | 10110 |
Color Harmonies of #2D462B
Complementary color
Monochromatic Colors of #2D462B
Black with #2D462B
Text Example
Text Example
White with #2D462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D462B; }
p { color: rgb(45,70,43); }
H1.HeaderClassName
{
color: #2D462B;
}
.AnyTagClassName
{
color: #2D462B;
}
</style>
background-color css
<style>
a { background-color: #2D462B; }
a { background-color: rgb(45,70,43); }
div.DivClassName
{
background-color: #2D462B;
}
.BgClassName
{
background-color: #2D462B;
}
</style>
border-color css
<style>
span { border-color: #2D462B; }
span { border-color: rgb(45,70,43); }
td.TdClassName
{
border-color: #2D462B;
}
.TagClassName
{
border-color: #2D462B;
}
</style>