Shades of Myrtle #2D422B
Tints of Myrtle #2D422B
RGB
CMYK
RGB Variations
Color information
#2D422B (or 0x2D422B) is known color: Myrtle. HEX triplet: 2D, 42 and 2B. RGB value is (45,66,43). Sum of RGB (Red+Green+Blue) = 45+66+43=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #2D422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D422B is #D2BDD4. Grayscale: #393939. Windows color (decimal): -13811157 or 2834989. OLE color: 2834989.
HSL color Cylindrical-coordinate representation of color #2D422B: hue angle of 114.78º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D422B is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 43 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.74 |
| HSL | 114.78º | 0.21% | 0.21% | - |
| HSV(B) | 114.78º | 0.35% | 0.26% | - |
| XYZ | 3.47 | 4.63 | 3 | - |
| YUV | 57.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 43 | 0.32 | 0 | 0.35 | 0.74 | 114.78 | 0.21 | 0.21 |
| Hex | 2D | 42 | 2B | 20 | 0 | 23 | 4A | 73 | 15 | 15 |
| Octal | 55 | 102 | 53 | 40 | 0 | 43 | 112 | 163 | 25 | 25 |
| Binary | 101101 | 1000010 | 101011 | 100000 | 0 | 100011 | 1001010 | 1110011 | 10101 | 10101 |
Color Harmonies of #2D422B
Complementary color
Monochromatic Colors of #2D422B
Black with #2D422B
Text Example
Text Example
White with #2D422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D422B; }
p { color: rgb(45,66,43); }
H1.HeaderClassName
{
color: #2D422B;
}
.AnyTagClassName
{
color: #2D422B;
}
</style>
background-color css
<style>
a { background-color: #2D422B; }
a { background-color: rgb(45,66,43); }
div.DivClassName
{
background-color: #2D422B;
}
.BgClassName
{
background-color: #2D422B;
}
</style>
border-color css
<style>
span { border-color: #2D422B; }
span { border-color: rgb(45,66,43); }
td.TdClassName
{
border-color: #2D422B;
}
.TagClassName
{
border-color: #2D422B;
}
</style>