Shades of Myrtle #2B4825
Tints of Myrtle #2B4825
RGB
CMYK
RGB Variations
Color information
#2B4825 (or 0x2B4825) is known color: Myrtle. HEX triplet: 2B, 48 and 25. RGB value is (43,72,37). Sum of RGB (Red+Green+Blue) = 43+72+37=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4825 is #D4B7DA. Grayscale: #3B3B3B. Windows color (decimal): -13940699 or 2443307. OLE color: 2443307.
HSL color Cylindrical-coordinate representation of color #2B4825: hue angle of 109.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4825 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 37 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.72 |
| HSL | 109.71º | 0.32% | 0.21% | - |
| HSV(B) | 109.71º | 0.49% | 0.28% | - |
| XYZ | 3.65 | 5.28 | 2.58 | - |
| YUV | 59.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 37 | 0.40 | 0 | 0.49 | 0.72 | 109.71 | 0.32 | 0.21 |
| Hex | 2B | 48 | 25 | 28 | 0 | 31 | 48 | 6E | 20 | 15 |
| Octal | 53 | 110 | 45 | 50 | 0 | 61 | 110 | 156 | 40 | 25 |
| Binary | 101011 | 1001000 | 100101 | 101000 | 0 | 110001 | 1001000 | 1101110 | 100000 | 10101 |
Color Harmonies of #2B4825
Complementary color
Monochromatic Colors of #2B4825
Black with #2B4825
Text Example
Text Example
White with #2B4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4825; }
p { color: rgb(43,72,37); }
H1.HeaderClassName
{
color: #2B4825;
}
.AnyTagClassName
{
color: #2B4825;
}
</style>
background-color css
<style>
a { background-color: #2B4825; }
a { background-color: rgb(43,72,37); }
div.DivClassName
{
background-color: #2B4825;
}
.BgClassName
{
background-color: #2B4825;
}
</style>
border-color css
<style>
span { border-color: #2B4825; }
span { border-color: rgb(43,72,37); }
td.TdClassName
{
border-color: #2B4825;
}
.TagClassName
{
border-color: #2B4825;
}
</style>