Shades of Myrtle #2A4A28
Tints of Myrtle #2A4A28
RGB
CMYK
RGB Variations
Color information
#2A4A28 (or 0x2A4A28) is known color: Myrtle. HEX triplet: 2A, 4A and 28. RGB value is (42,74,40). Sum of RGB (Red+Green+Blue) = 42+74+40=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A28 is #D5B5D7. Grayscale: #3C3C3C. Windows color (decimal): -14005720 or 2640426. OLE color: 2640426.
HSL color Cylindrical-coordinate representation of color #2A4A28: hue angle of 116.47º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4A28 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 40 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.71 |
| HSL | 116.47º | 0.3% | 0.22% | - |
| HSV(B) | 116.47º | 0.46% | 0.29% | - |
| XYZ | 3.79 | 5.54 | 2.88 | - |
| YUV | 60.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 40 | 0.43 | 0 | 0.46 | 0.71 | 116.47 | 0.3 | 0.22 |
| Hex | 2A | 4A | 28 | 2B | 0 | 2E | 47 | 74 | 1E | 16 |
| Octal | 52 | 112 | 50 | 53 | 0 | 56 | 107 | 164 | 36 | 26 |
| Binary | 101010 | 1001010 | 101000 | 101011 | 0 | 101110 | 1000111 | 1110100 | 11110 | 10110 |
Color Harmonies of #2A4A28
Complementary color
Monochromatic Colors of #2A4A28
Black with #2A4A28
Text Example
Text Example
White with #2A4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A28; }
p { color: rgb(42,74,40); }
H1.HeaderClassName
{
color: #2A4A28;
}
.AnyTagClassName
{
color: #2A4A28;
}
</style>
background-color css
<style>
a { background-color: #2A4A28; }
a { background-color: rgb(42,74,40); }
div.DivClassName
{
background-color: #2A4A28;
}
.BgClassName
{
background-color: #2A4A28;
}
</style>
border-color css
<style>
span { border-color: #2A4A28; }
span { border-color: rgb(42,74,40); }
td.TdClassName
{
border-color: #2A4A28;
}
.TagClassName
{
border-color: #2A4A28;
}
</style>