Shades of Myrtle #2A4C2B
Tints of Myrtle #2A4C2B
RGB
CMYK
RGB Variations
Color information
#2A4C2B (or 0x2A4C2B) is known color: Myrtle. HEX triplet: 2A, 4C and 2B. RGB value is (42,76,43). Sum of RGB (Red+Green+Blue) = 42+76+43=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C2B is #D5B3D4. Grayscale: #3E3E3E. Windows color (decimal): -14005205 or 2837546. OLE color: 2837546.
HSL color Cylindrical-coordinate representation of color #2A4C2B: hue angle of 121.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C2B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 43 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.70 |
| HSL | 121.76º | 0.29% | 0.23% | - |
| HSV(B) | 121.76º | 0.45% | 0.3% | - |
| XYZ | 3.98 | 5.84 | 3.2 | - |
| YUV | 62.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 43 | 0.45 | 0 | 0.43 | 0.70 | 121.76 | 0.29 | 0.23 |
| Hex | 2A | 4C | 2B | 2D | 0 | 2B | 46 | 7A | 1D | 17 |
| Octal | 52 | 114 | 53 | 55 | 0 | 53 | 106 | 172 | 35 | 27 |
| Binary | 101010 | 1001100 | 101011 | 101101 | 0 | 101011 | 1000110 | 1111010 | 11101 | 10111 |
Color Harmonies of #2A4C2B
Complementary color
Monochromatic Colors of #2A4C2B
Black with #2A4C2B
Text Example
Text Example
White with #2A4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C2B; }
p { color: rgb(42,76,43); }
H1.HeaderClassName
{
color: #2A4C2B;
}
.AnyTagClassName
{
color: #2A4C2B;
}
</style>
background-color css
<style>
a { background-color: #2A4C2B; }
a { background-color: rgb(42,76,43); }
div.DivClassName
{
background-color: #2A4C2B;
}
.BgClassName
{
background-color: #2A4C2B;
}
</style>
border-color css
<style>
span { border-color: #2A4C2B; }
span { border-color: rgb(42,76,43); }
td.TdClassName
{
border-color: #2A4C2B;
}
.TagClassName
{
border-color: #2A4C2B;
}
</style>