Shades of Myrtle #2B4328
Tints of Myrtle #2B4328
RGB
CMYK
RGB Variations
Color information
#2B4328 (or 0x2B4328) is known color: Myrtle. HEX triplet: 2B, 43 and 28. RGB value is (43,67,40). Sum of RGB (Red+Green+Blue) = 43+67+40=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4328 is #D4BCD7. Grayscale: #383838. Windows color (decimal): -13941976 or 2638635. OLE color: 2638635.
HSL color Cylindrical-coordinate representation of color #2B4328: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4328 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 40 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.74 |
| HSL | 113.33º | 0.25% | 0.21% | - |
| HSV(B) | 113.33º | 0.4% | 0.26% | - |
| XYZ | 3.39 | 4.68 | 2.73 | - |
| YUV | 56.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 40 | 0.36 | 0 | 0.40 | 0.74 | 113.33 | 0.25 | 0.21 |
| Hex | 2B | 43 | 28 | 24 | 0 | 28 | 4A | 71 | 19 | 15 |
| Octal | 53 | 103 | 50 | 44 | 0 | 50 | 112 | 161 | 31 | 25 |
| Binary | 101011 | 1000011 | 101000 | 100100 | 0 | 101000 | 1001010 | 1110001 | 11001 | 10101 |
Color Harmonies of #2B4328
Complementary color
Monochromatic Colors of #2B4328
Black with #2B4328
Text Example
Text Example
White with #2B4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4328; }
p { color: rgb(43,67,40); }
H1.HeaderClassName
{
color: #2B4328;
}
.AnyTagClassName
{
color: #2B4328;
}
</style>
background-color css
<style>
a { background-color: #2B4328; }
a { background-color: rgb(43,67,40); }
div.DivClassName
{
background-color: #2B4328;
}
.BgClassName
{
background-color: #2B4328;
}
</style>
border-color css
<style>
span { border-color: #2B4328; }
span { border-color: rgb(43,67,40); }
td.TdClassName
{
border-color: #2B4328;
}
.TagClassName
{
border-color: #2B4328;
}
</style>