Shades of Myrtle #2B4B28
Tints of Myrtle #2B4B28
RGB
CMYK
RGB Variations
Color information
#2B4B28 (or 0x2B4B28) is known color: Myrtle. HEX triplet: 2B, 4B and 28. RGB value is (43,75,40). Sum of RGB (Red+Green+Blue) = 43+75+40=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B28 is #D4B4D7. Grayscale: #3D3D3D. Windows color (decimal): -13939928 or 2640683. OLE color: 2640683.
HSL color Cylindrical-coordinate representation of color #2B4B28: hue angle of 114.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B4B28 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 75 | 40 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.71 |
| HSL | 114.86º | 0.3% | 0.23% | - |
| HSV(B) | 114.86º | 0.47% | 0.29% | - |
| XYZ | 3.9 | 5.7 | 2.9 | - |
| YUV | 61.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 40 | 0.43 | 0 | 0.47 | 0.71 | 114.86 | 0.3 | 0.23 |
| Hex | 2B | 4B | 28 | 2B | 0 | 2F | 47 | 73 | 1E | 17 |
| Octal | 53 | 113 | 50 | 53 | 0 | 57 | 107 | 163 | 36 | 27 |
| Binary | 101011 | 1001011 | 101000 | 101011 | 0 | 101111 | 1000111 | 1110011 | 11110 | 10111 |
Color Harmonies of #2B4B28
Complementary color
Monochromatic Colors of #2B4B28
Black with #2B4B28
Text Example
Text Example
White with #2B4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B28; }
p { color: rgb(43,75,40); }
H1.HeaderClassName
{
color: #2B4B28;
}
.AnyTagClassName
{
color: #2B4B28;
}
</style>
background-color css
<style>
a { background-color: #2B4B28; }
a { background-color: rgb(43,75,40); }
div.DivClassName
{
background-color: #2B4B28;
}
.BgClassName
{
background-color: #2B4B28;
}
</style>
border-color css
<style>
span { border-color: #2B4B28; }
span { border-color: rgb(43,75,40); }
td.TdClassName
{
border-color: #2B4B28;
}
.TagClassName
{
border-color: #2B4B28;
}
</style>