Shades of Myrtle #2B4D25
Tints of Myrtle #2B4D25
RGB
CMYK
RGB Variations
Color information
#2B4D25 (or 0x2B4D25) is known color: Myrtle. HEX triplet: 2B, 4D and 25. RGB value is (43,77,37). Sum of RGB (Red+Green+Blue) = 43+77+37=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D25 is #D4B2DA. Grayscale: #3E3E3E. Windows color (decimal): -13939419 or 2444587. OLE color: 2444587.
HSL color Cylindrical-coordinate representation of color #2B4D25: hue angle of 111º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B4D25 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 37 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.70 |
| HSL | 111º | 0.35% | 0.22% | - |
| HSV(B) | 111º | 0.52% | 0.3% | - |
| XYZ | 3.98 | 5.95 | 2.69 | - |
| YUV | 62.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 37 | 0.44 | 0 | 0.52 | 0.70 | 111 | 0.35 | 0.22 |
| Hex | 2B | 4D | 25 | 2C | 0 | 34 | 46 | 6F | 23 | 16 |
| Octal | 53 | 115 | 45 | 54 | 0 | 64 | 106 | 157 | 43 | 26 |
| Binary | 101011 | 1001101 | 100101 | 101100 | 0 | 110100 | 1000110 | 1101111 | 100011 | 10110 |
Color Harmonies of #2B4D25
Complementary color
Monochromatic Colors of #2B4D25
Black with #2B4D25
Text Example
Text Example
White with #2B4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D25; }
p { color: rgb(43,77,37); }
H1.HeaderClassName
{
color: #2B4D25;
}
.AnyTagClassName
{
color: #2B4D25;
}
</style>
background-color css
<style>
a { background-color: #2B4D25; }
a { background-color: rgb(43,77,37); }
div.DivClassName
{
background-color: #2B4D25;
}
.BgClassName
{
background-color: #2B4D25;
}
</style>
border-color css
<style>
span { border-color: #2B4D25; }
span { border-color: rgb(43,77,37); }
td.TdClassName
{
border-color: #2B4D25;
}
.TagClassName
{
border-color: #2B4D25;
}
</style>