Shades of Myrtle #2B4725
Tints of Myrtle #2B4725
RGB
CMYK
RGB Variations
Color information
#2B4725 (or 0x2B4725) is known color: Myrtle. HEX triplet: 2B, 47 and 25. RGB value is (43,71,37). Sum of RGB (Red+Green+Blue) = 43+71+37=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4725 is #D4B8DA. Grayscale: #3A3A3A. Windows color (decimal): -13940955 or 2443051. OLE color: 2443051.
HSL color Cylindrical-coordinate representation of color #2B4725: hue angle of 109.41º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4725 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 37 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.72 |
| HSL | 109.41º | 0.31% | 0.21% | - |
| HSV(B) | 109.41º | 0.48% | 0.28% | - |
| XYZ | 3.58 | 5.15 | 2.56 | - |
| YUV | 58.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 37 | 0.39 | 0 | 0.48 | 0.72 | 109.41 | 0.31 | 0.21 |
| Hex | 2B | 47 | 25 | 27 | 0 | 30 | 48 | 6D | 1F | 15 |
| Octal | 53 | 107 | 45 | 47 | 0 | 60 | 110 | 155 | 37 | 25 |
| Binary | 101011 | 1000111 | 100101 | 100111 | 0 | 110000 | 1001000 | 1101101 | 11111 | 10101 |
Color Harmonies of #2B4725
Complementary color
Monochromatic Colors of #2B4725
Black with #2B4725
Text Example
Text Example
White with #2B4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4725; }
p { color: rgb(43,71,37); }
H1.HeaderClassName
{
color: #2B4725;
}
.AnyTagClassName
{
color: #2B4725;
}
</style>
background-color css
<style>
a { background-color: #2B4725; }
a { background-color: rgb(43,71,37); }
div.DivClassName
{
background-color: #2B4725;
}
.BgClassName
{
background-color: #2B4725;
}
</style>
border-color css
<style>
span { border-color: #2B4725; }
span { border-color: rgb(43,71,37); }
td.TdClassName
{
border-color: #2B4725;
}
.TagClassName
{
border-color: #2B4725;
}
</style>