Shades of Myrtle #2D412B
Tints of Myrtle #2D412B
RGB
CMYK
RGB Variations
Color information
#2D412B (or 0x2D412B) is known color: Myrtle. HEX triplet: 2D, 41 and 2B. RGB value is (45,65,43). Sum of RGB (Red+Green+Blue) = 45+65+43=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #2D412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D412B is #D2BED4. Grayscale: #383838. Windows color (decimal): -13811413 or 2834733. OLE color: 2834733.
HSL color Cylindrical-coordinate representation of color #2D412B: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D412B is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 43 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.75 |
| HSL | 114.55º | 0.2% | 0.21% | - |
| HSV(B) | 114.55º | 0.34% | 0.25% | - |
| XYZ | 3.41 | 4.51 | 2.98 | - |
| YUV | 56.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 43 | 0.31 | 0 | 0.34 | 0.75 | 114.55 | 0.2 | 0.21 |
| Hex | 2D | 41 | 2B | 1F | 0 | 22 | 4B | 73 | 14 | 15 |
| Octal | 55 | 101 | 53 | 37 | 0 | 42 | 113 | 163 | 24 | 25 |
| Binary | 101101 | 1000001 | 101011 | 11111 | 0 | 100010 | 1001011 | 1110011 | 10100 | 10101 |
Color Harmonies of #2D412B
Complementary color
Monochromatic Colors of #2D412B
Black with #2D412B
Text Example
Text Example
White with #2D412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D412B; }
p { color: rgb(45,65,43); }
H1.HeaderClassName
{
color: #2D412B;
}
.AnyTagClassName
{
color: #2D412B;
}
</style>
background-color css
<style>
a { background-color: #2D412B; }
a { background-color: rgb(45,65,43); }
div.DivClassName
{
background-color: #2D412B;
}
.BgClassName
{
background-color: #2D412B;
}
</style>
border-color css
<style>
span { border-color: #2D412B; }
span { border-color: rgb(45,65,43); }
td.TdClassName
{
border-color: #2D412B;
}
.TagClassName
{
border-color: #2D412B;
}
</style>