Shades of Myrtle #2A531C
Tints of Myrtle #2A531C
RGB
CMYK
RGB Variations
Color information
#2A531C (or 0x2A531C) is known color: Myrtle. HEX triplet: 2A, 53 and 1C. RGB value is (42,83,28). Sum of RGB (Red+Green+Blue) = 42+83+28=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #2A531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A531C is #D5ACE3. Grayscale: #404040. Windows color (decimal): -14003428 or 1856298. OLE color: 1856298.
HSL color Cylindrical-coordinate representation of color #2A531C: hue angle of 104.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A531C is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 28 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.67 |
| HSL | 104.73º | 0.5% | 0.22% | - |
| HSV(B) | 104.73º | 0.66% | 0.33% | - |
| XYZ | 4.26 | 6.76 | 2.18 | - |
| YUV | 64.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 28 | 0.49 | 0 | 0.66 | 0.67 | 104.73 | 0.5 | 0.22 |
| Hex | 2A | 53 | 1C | 31 | 0 | 42 | 43 | 69 | 32 | 16 |
| Octal | 52 | 123 | 34 | 61 | 0 | 102 | 103 | 151 | 62 | 26 |
| Binary | 101010 | 1010011 | 11100 | 110001 | 0 | 1000010 | 1000011 | 1101001 | 110010 | 10110 |
Color Harmonies of #2A531C
Complementary color
Monochromatic Colors of #2A531C
Black with #2A531C
Text Example
Text Example
White with #2A531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A531C; }
p { color: rgb(42,83,28); }
H1.HeaderClassName
{
color: #2A531C;
}
.AnyTagClassName
{
color: #2A531C;
}
</style>
background-color css
<style>
a { background-color: #2A531C; }
a { background-color: rgb(42,83,28); }
div.DivClassName
{
background-color: #2A531C;
}
.BgClassName
{
background-color: #2A531C;
}
</style>
border-color css
<style>
span { border-color: #2A531C; }
span { border-color: rgb(42,83,28); }
td.TdClassName
{
border-color: #2A531C;
}
.TagClassName
{
border-color: #2A531C;
}
</style>