Shades of Myrtle #2B3C2B
Tints of Myrtle #2B3C2B
RGB
CMYK
RGB Variations
Color information
#2B3C2B (or 0x2B3C2B) is known color: Myrtle. HEX triplet: 2B, 3C and 2B. RGB value is (43,60,43). Sum of RGB (Red+Green+Blue) = 43+60+43=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C2B is #D4C3D4. Grayscale: #353535. Windows color (decimal): -13943765 or 2833451. OLE color: 2833451.
HSL color Cylindrical-coordinate representation of color #2B3C2B: hue angle of 120º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3C2B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
RGB | 43 | 60 | 43 | - |
CMYK | 0.28 | 0 | 0.28 | 0.76 |
HSL | 120º | 0.17% | 0.2% | - |
HSV(B) | 120º | 0.28% | 0.24% | - |
XYZ | 3.05 | 3.92 | 2.88 | - |
YUV | 52.98 | 122.37 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 60 | 43 | 0.28 | 0 | 0.28 | 0.76 | 120 | 0.17 | 0.2 |
Hex | 2B | 3C | 2B | 1C | 0 | 1C | 4C | 78 | 11 | 14 |
Octal | 53 | 74 | 53 | 34 | 0 | 34 | 114 | 170 | 21 | 24 |
Binary | 101011 | 111100 | 101011 | 11100 | 0 | 11100 | 1001100 | 1111000 | 10001 | 10100 |
Color Harmonies of #2B3C2B
Complementary color
Monochromatic Colors of #2B3C2B
Black with #2B3C2B
Text Example
Text Example
White with #2B3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C2B; }
p { color: rgb(43,60,43); }
H1.HeaderClassName
{
color: #2B3C2B;
}
.AnyTagClassName
{
color: #2B3C2B;
}
</style>
background-color css
<style>
a { background-color: #2B3C2B; }
a { background-color: rgb(43,60,43); }
div.DivClassName
{
background-color: #2B3C2B;
}
.BgClassName
{
background-color: #2B3C2B;
}
</style>
border-color css
<style>
span { border-color: #2B3C2B; }
span { border-color: rgb(43,60,43); }
td.TdClassName
{
border-color: #2B3C2B;
}
.TagClassName
{
border-color: #2B3C2B;
}
</style>