Shades of Myrtle #2B5C06
Tints of Myrtle #2B5C06
RGB
CMYK
RGB Variations
Color information
#2B5C06 (or 0x2B5C06) is known color: Myrtle. HEX triplet: 2B, 5C and 06. RGB value is (43,92,6). Sum of RGB (Red+Green+Blue) = 43+92+6=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C06 is #D4A3F9. Grayscale: #434343. Windows color (decimal): -13935610 or 416811. OLE color: 416811.
HSL color Cylindrical-coordinate representation of color #2B5C06: hue angle of 94.19º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B5C06 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 6 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.64 |
| HSL | 94.19º | 0.88% | 0.19% | - |
| HSV(B) | 94.19º | 0.93% | 0.36% | - |
| XYZ | 4.86 | 8.18 | 1.5 | - |
| YUV | 67.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 6 | 0.53 | 0 | 0.93 | 0.64 | 94.19 | 0.88 | 0.19 |
| Hex | 2B | 5C | 6 | 35 | 0 | 5D | 40 | 5E | 58 | 13 |
| Octal | 53 | 134 | 6 | 65 | 0 | 135 | 100 | 136 | 130 | 23 |
| Binary | 101011 | 1011100 | 110 | 110101 | 0 | 1011101 | 1000000 | 1011110 | 1011000 | 10011 |
Color Harmonies of #2B5C06
Complementary color
Monochromatic Colors of #2B5C06
Black with #2B5C06
Text Example
Text Example
White with #2B5C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C06; }
p { color: rgb(43,92,6); }
H1.HeaderClassName
{
color: #2B5C06;
}
.AnyTagClassName
{
color: #2B5C06;
}
</style>
background-color css
<style>
a { background-color: #2B5C06; }
a { background-color: rgb(43,92,6); }
div.DivClassName
{
background-color: #2B5C06;
}
.BgClassName
{
background-color: #2B5C06;
}
</style>
border-color css
<style>
span { border-color: #2B5C06; }
span { border-color: rgb(43,92,6); }
td.TdClassName
{
border-color: #2B5C06;
}
.TagClassName
{
border-color: #2B5C06;
}
</style>