Shades of Myrtle #2B5A11
Tints of Myrtle #2B5A11
RGB
CMYK
RGB Variations
Color information
#2B5A11 (or 0x2B5A11) is known color: Myrtle. HEX triplet: 2B, 5A and 11. RGB value is (43,90,17). Sum of RGB (Red+Green+Blue) = 43+90+17=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A11 is #D4A5EE. Grayscale: #434343. Windows color (decimal): -13936111 or 1137195. OLE color: 1137195.
HSL color Cylindrical-coordinate representation of color #2B5A11: hue angle of 98.63º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B5A11 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 17 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.65 |
| HSL | 98.63º | 0.68% | 0.21% | - |
| HSV(B) | 98.63º | 0.81% | 0.35% | - |
| XYZ | 4.75 | 7.87 | 1.8 | - |
| YUV | 67.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 17 | 0.52 | 0 | 0.81 | 0.65 | 98.63 | 0.68 | 0.21 |
| Hex | 2B | 5A | 11 | 34 | 0 | 51 | 41 | 63 | 44 | 15 |
| Octal | 53 | 132 | 21 | 64 | 0 | 121 | 101 | 143 | 104 | 25 |
| Binary | 101011 | 1011010 | 10001 | 110100 | 0 | 1010001 | 1000001 | 1100011 | 1000100 | 10101 |
Color Harmonies of #2B5A11
Complementary color
Monochromatic Colors of #2B5A11
Black with #2B5A11
Text Example
Text Example
White with #2B5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A11; }
p { color: rgb(43,90,17); }
H1.HeaderClassName
{
color: #2B5A11;
}
.AnyTagClassName
{
color: #2B5A11;
}
</style>
background-color css
<style>
a { background-color: #2B5A11; }
a { background-color: rgb(43,90,17); }
div.DivClassName
{
background-color: #2B5A11;
}
.BgClassName
{
background-color: #2B5A11;
}
</style>
border-color css
<style>
span { border-color: #2B5A11; }
span { border-color: rgb(43,90,17); }
td.TdClassName
{
border-color: #2B5A11;
}
.TagClassName
{
border-color: #2B5A11;
}
</style>