Shades of Myrtle #2A5325
Tints of Myrtle #2A5325
RGB
CMYK
RGB Variations
Color information
#2A5325 (or 0x2A5325) is known color: Myrtle. HEX triplet: 2A, 53 and 25. RGB value is (42,83,37). Sum of RGB (Red+Green+Blue) = 42+83+37=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5325 is #D5ACDA. Grayscale: #414141. Windows color (decimal): -14003419 or 2446122. OLE color: 2446122.
HSL color Cylindrical-coordinate representation of color #2A5325: hue angle of 113.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5325 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 37 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.67 |
| HSL | 113.48º | 0.38% | 0.24% | - |
| HSV(B) | 113.48º | 0.55% | 0.33% | - |
| XYZ | 4.38 | 6.81 | 2.83 | - |
| YUV | 65.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 37 | 0.49 | 0 | 0.55 | 0.67 | 113.48 | 0.38 | 0.24 |
| Hex | 2A | 53 | 25 | 31 | 0 | 37 | 43 | 71 | 26 | 18 |
| Octal | 52 | 123 | 45 | 61 | 0 | 67 | 103 | 161 | 46 | 30 |
| Binary | 101010 | 1010011 | 100101 | 110001 | 0 | 110111 | 1000011 | 1110001 | 100110 | 11000 |
Color Harmonies of #2A5325
Complementary color
Monochromatic Colors of #2A5325
Black with #2A5325
Text Example
Text Example
White with #2A5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5325; }
p { color: rgb(42,83,37); }
H1.HeaderClassName
{
color: #2A5325;
}
.AnyTagClassName
{
color: #2A5325;
}
</style>
background-color css
<style>
a { background-color: #2A5325; }
a { background-color: rgb(42,83,37); }
div.DivClassName
{
background-color: #2A5325;
}
.BgClassName
{
background-color: #2A5325;
}
</style>
border-color css
<style>
span { border-color: #2A5325; }
span { border-color: rgb(42,83,37); }
td.TdClassName
{
border-color: #2A5325;
}
.TagClassName
{
border-color: #2A5325;
}
</style>