Shades of Myrtle #2D402A
Tints of Myrtle #2D402A
RGB
CMYK
RGB Variations
Color information
#2D402A (or 0x2D402A) is known color: Myrtle. HEX triplet: 2D, 40 and 2A. RGB value is (45,64,42). Sum of RGB (Red+Green+Blue) = 45+64+42=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #2D402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D402A is #D2BFD5. Grayscale: #373737. Windows color (decimal): -13811670 or 2768941. OLE color: 2768941.
HSL color Cylindrical-coordinate representation of color #2D402A: hue angle of 111.82º degrees, saturation: 0.21, 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 #2D402A is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 42 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.75 |
| HSL | 111.82º | 0.21% | 0.21% | - |
| HSV(B) | 111.82º | 0.34% | 0.25% | - |
| XYZ | 3.33 | 4.39 | 2.86 | - |
| YUV | 55.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 42 | 0.30 | 0 | 0.34 | 0.75 | 111.82 | 0.21 | 0.21 |
| Hex | 2D | 40 | 2A | 1E | 0 | 22 | 4B | 70 | 15 | 15 |
| Octal | 55 | 100 | 52 | 36 | 0 | 42 | 113 | 160 | 25 | 25 |
| Binary | 101101 | 1000000 | 101010 | 11110 | 0 | 100010 | 1001011 | 1110000 | 10101 | 10101 |
Color Harmonies of #2D402A
Complementary color
Monochromatic Colors of #2D402A
Black with #2D402A
Text Example
Text Example
White with #2D402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D402A; }
p { color: rgb(45,64,42); }
H1.HeaderClassName
{
color: #2D402A;
}
.AnyTagClassName
{
color: #2D402A;
}
</style>
background-color css
<style>
a { background-color: #2D402A; }
a { background-color: rgb(45,64,42); }
div.DivClassName
{
background-color: #2D402A;
}
.BgClassName
{
background-color: #2D402A;
}
</style>
border-color css
<style>
span { border-color: #2D402A; }
span { border-color: rgb(45,64,42); }
td.TdClassName
{
border-color: #2D402A;
}
.TagClassName
{
border-color: #2D402A;
}
</style>