Shades of Myrtle #2B5C05
Tints of Myrtle #2B5C05
RGB
CMYK
RGB Variations
Color information
#2B5C05 (or 0x2B5C05) is known color: Myrtle. HEX triplet: 2B, 5C and 05. RGB value is (43,92,5). Sum of RGB (Red+Green+Blue) = 43+92+5=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C05 is #D4A3FA. Grayscale: #434343. Windows color (decimal): -13935611 or 351275. OLE color: 351275.
HSL color Cylindrical-coordinate representation of color #2B5C05: hue angle of 93.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B5C05 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 5 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.64 |
| HSL | 93.79º | 0.9% | 0.19% | - |
| HSV(B) | 93.79º | 0.95% | 0.36% | - |
| XYZ | 4.85 | 8.18 | 1.47 | - |
| YUV | 67.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 5 | 0.53 | 0 | 0.95 | 0.64 | 93.79 | 0.9 | 0.19 |
| Hex | 2B | 5C | 5 | 35 | 0 | 5F | 40 | 5E | 5A | 13 |
| Octal | 53 | 134 | 5 | 65 | 0 | 137 | 100 | 136 | 132 | 23 |
| Binary | 101011 | 1011100 | 101 | 110101 | 0 | 1011111 | 1000000 | 1011110 | 1011010 | 10011 |
Color Harmonies of #2B5C05
Complementary color
Monochromatic Colors of #2B5C05
Black with #2B5C05
Text Example
Text Example
White with #2B5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C05; }
p { color: rgb(43,92,5); }
H1.HeaderClassName
{
color: #2B5C05;
}
.AnyTagClassName
{
color: #2B5C05;
}
</style>
background-color css
<style>
a { background-color: #2B5C05; }
a { background-color: rgb(43,92,5); }
div.DivClassName
{
background-color: #2B5C05;
}
.BgClassName
{
background-color: #2B5C05;
}
</style>
border-color css
<style>
span { border-color: #2B5C05; }
span { border-color: rgb(43,92,5); }
td.TdClassName
{
border-color: #2B5C05;
}
.TagClassName
{
border-color: #2B5C05;
}
</style>