Shades of Myrtle #2D482A
Tints of Myrtle #2D482A
RGB
CMYK
RGB Variations
Color information
#2D482A (or 0x2D482A) is known color: Myrtle. HEX triplet: 2D, 48 and 2A. RGB value is (45,72,42). Sum of RGB (Red+Green+Blue) = 45+72+42=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #2D482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D482A is #D2B7D5. Grayscale: #3C3C3C. Windows color (decimal): -13809622 or 2770989. OLE color: 2770989.
HSL color Cylindrical-coordinate representation of color #2D482A: hue angle of 114º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D482A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 42 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.72 |
| HSL | 114º | 0.26% | 0.22% | - |
| HSV(B) | 114º | 0.42% | 0.28% | - |
| XYZ | 3.82 | 5.36 | 3.02 | - |
| YUV | 60.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 42 | 0.38 | 0 | 0.42 | 0.72 | 114 | 0.26 | 0.22 |
| Hex | 2D | 48 | 2A | 26 | 0 | 2A | 48 | 72 | 1A | 16 |
| Octal | 55 | 110 | 52 | 46 | 0 | 52 | 110 | 162 | 32 | 26 |
| Binary | 101101 | 1001000 | 101010 | 100110 | 0 | 101010 | 1001000 | 1110010 | 11010 | 10110 |
Color Harmonies of #2D482A
Complementary color
Monochromatic Colors of #2D482A
Black with #2D482A
Text Example
Text Example
White with #2D482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D482A; }
p { color: rgb(45,72,42); }
H1.HeaderClassName
{
color: #2D482A;
}
.AnyTagClassName
{
color: #2D482A;
}
</style>
background-color css
<style>
a { background-color: #2D482A; }
a { background-color: rgb(45,72,42); }
div.DivClassName
{
background-color: #2D482A;
}
.BgClassName
{
background-color: #2D482A;
}
</style>
border-color css
<style>
span { border-color: #2D482A; }
span { border-color: rgb(45,72,42); }
td.TdClassName
{
border-color: #2D482A;
}
.TagClassName
{
border-color: #2D482A;
}
</style>