Shades of Myrtle #2D422A
Tints of Myrtle #2D422A
RGB
CMYK
RGB Variations
Color information
#2D422A (or 0x2D422A) is known color: Myrtle. HEX triplet: 2D, 42 and 2A. RGB value is (45,66,42). Sum of RGB (Red+Green+Blue) = 45+66+42=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #2D422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D422A is #D2BDD5. Grayscale: #393939. Windows color (decimal): -13811158 or 2769453. OLE color: 2769453.
HSL color Cylindrical-coordinate representation of color #2D422A: hue angle of 112.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D422A is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 42 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.74 |
| HSL | 112.5º | 0.22% | 0.21% | - |
| HSV(B) | 112.5º | 0.36% | 0.26% | - |
| XYZ | 3.45 | 4.62 | 2.9 | - |
| YUV | 56.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 42 | 0.32 | 0 | 0.36 | 0.74 | 112.5 | 0.22 | 0.21 |
| Hex | 2D | 42 | 2A | 20 | 0 | 24 | 4A | 70 | 16 | 15 |
| Octal | 55 | 102 | 52 | 40 | 0 | 44 | 112 | 160 | 26 | 25 |
| Binary | 101101 | 1000010 | 101010 | 100000 | 0 | 100100 | 1001010 | 1110000 | 10110 | 10101 |
Color Harmonies of #2D422A
Complementary color
Monochromatic Colors of #2D422A
Black with #2D422A
Text Example
Text Example
White with #2D422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D422A; }
p { color: rgb(45,66,42); }
H1.HeaderClassName
{
color: #2D422A;
}
.AnyTagClassName
{
color: #2D422A;
}
</style>
background-color css
<style>
a { background-color: #2D422A; }
a { background-color: rgb(45,66,42); }
div.DivClassName
{
background-color: #2D422A;
}
.BgClassName
{
background-color: #2D422A;
}
</style>
border-color css
<style>
span { border-color: #2D422A; }
span { border-color: rgb(45,66,42); }
td.TdClassName
{
border-color: #2D422A;
}
.TagClassName
{
border-color: #2D422A;
}
</style>