Shades of Myrtle #2B4A2C
Tints of Myrtle #2B4A2C
RGB
CMYK
RGB Variations
Color information
#2B4A2C (or 0x2B4A2C) is known color: Myrtle. HEX triplet: 2B, 4A and 2C. RGB value is (43,74,44). Sum of RGB (Red+Green+Blue) = 43+74+44=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A2C is #D4B5D3. Grayscale: #3D3D3D. Windows color (decimal): -13940180 or 2902571. OLE color: 2902571.
HSL color Cylindrical-coordinate representation of color #2B4A2C: hue angle of 121.94º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4A2C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 44 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.71 |
| HSL | 121.94º | 0.26% | 0.23% | - |
| HSV(B) | 121.94º | 0.42% | 0.29% | - |
| XYZ | 3.9 | 5.59 | 3.26 | - |
| YUV | 61.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 44 | 0.42 | 0 | 0.41 | 0.71 | 121.94 | 0.26 | 0.23 |
| Hex | 2B | 4A | 2C | 2A | 0 | 29 | 47 | 7A | 1A | 17 |
| Octal | 53 | 112 | 54 | 52 | 0 | 51 | 107 | 172 | 32 | 27 |
| Binary | 101011 | 1001010 | 101100 | 101010 | 0 | 101001 | 1000111 | 1111010 | 11010 | 10111 |
Color Harmonies of #2B4A2C
Complementary color
Monochromatic Colors of #2B4A2C
Black with #2B4A2C
Text Example
Text Example
White with #2B4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A2C; }
p { color: rgb(43,74,44); }
H1.HeaderClassName
{
color: #2B4A2C;
}
.AnyTagClassName
{
color: #2B4A2C;
}
</style>
background-color css
<style>
a { background-color: #2B4A2C; }
a { background-color: rgb(43,74,44); }
div.DivClassName
{
background-color: #2B4A2C;
}
.BgClassName
{
background-color: #2B4A2C;
}
</style>
border-color css
<style>
span { border-color: #2B4A2C; }
span { border-color: rgb(43,74,44); }
td.TdClassName
{
border-color: #2B4A2C;
}
.TagClassName
{
border-color: #2B4A2C;
}
</style>