Shades of Myrtle #2B4928
Tints of Myrtle #2B4928
RGB
CMYK
RGB Variations
Color information
#2B4928 (or 0x2B4928) is known color: Myrtle. HEX triplet: 2B, 49 and 28. RGB value is (43,73,40). Sum of RGB (Red+Green+Blue) = 43+73+40=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4928 is #D4B6D7. Grayscale: #3C3C3C. Windows color (decimal): -13940440 or 2640171. OLE color: 2640171.
HSL color Cylindrical-coordinate representation of color #2B4928: hue angle of 114.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4928 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 40 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.71 |
| HSL | 114.55º | 0.29% | 0.22% | - |
| HSV(B) | 114.55º | 0.45% | 0.29% | - |
| XYZ | 3.76 | 5.43 | 2.86 | - |
| YUV | 60.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 40 | 0.41 | 0 | 0.45 | 0.71 | 114.55 | 0.29 | 0.22 |
| Hex | 2B | 49 | 28 | 29 | 0 | 2D | 47 | 73 | 1D | 16 |
| Octal | 53 | 111 | 50 | 51 | 0 | 55 | 107 | 163 | 35 | 26 |
| Binary | 101011 | 1001001 | 101000 | 101001 | 0 | 101101 | 1000111 | 1110011 | 11101 | 10110 |
Color Harmonies of #2B4928
Complementary color
Monochromatic Colors of #2B4928
Black with #2B4928
Text Example
Text Example
White with #2B4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4928; }
p { color: rgb(43,73,40); }
H1.HeaderClassName
{
color: #2B4928;
}
.AnyTagClassName
{
color: #2B4928;
}
</style>
background-color css
<style>
a { background-color: #2B4928; }
a { background-color: rgb(43,73,40); }
div.DivClassName
{
background-color: #2B4928;
}
.BgClassName
{
background-color: #2B4928;
}
</style>
border-color css
<style>
span { border-color: #2B4928; }
span { border-color: rgb(43,73,40); }
td.TdClassName
{
border-color: #2B4928;
}
.TagClassName
{
border-color: #2B4928;
}
</style>