Shades of Myrtle #2A6103
Tints of Myrtle #2A6103
RGB
CMYK
RGB Variations
Color information
#2A6103 (or 0x2A6103) is known color: Myrtle. HEX triplet: 2A, 61 and 03. RGB value is (42,97,3). Sum of RGB (Red+Green+Blue) = 42+97+3=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #2A6103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6103 is #D59EFC. Grayscale: #464646. Windows color (decimal): -13999869 or 221482. OLE color: 221482.
HSL color Cylindrical-coordinate representation of color #2A6103: hue angle of 95.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A6103 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 97 | 3 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.62 |
| HSL | 95.11º | 0.94% | 0.2% | - |
| HSV(B) | 95.11º | 0.97% | 0.38% | - |
| XYZ | 5.25 | 9.05 | 1.56 | - |
| YUV | 69.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 3 | 0.57 | 0 | 0.97 | 0.62 | 95.11 | 0.94 | 0.2 |
| Hex | 2A | 61 | 3 | 39 | 0 | 61 | 3E | 5F | 5E | 14 |
| Octal | 52 | 141 | 3 | 71 | 0 | 141 | 76 | 137 | 136 | 24 |
| Binary | 101010 | 1100001 | 11 | 111001 | 0 | 1100001 | 111110 | 1011111 | 1011110 | 10100 |
Color Harmonies of #2A6103
Complementary color
Monochromatic Colors of #2A6103
Black with #2A6103
Text Example
Text Example
White with #2A6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6103; }
p { color: rgb(42,97,3); }
H1.HeaderClassName
{
color: #2A6103;
}
.AnyTagClassName
{
color: #2A6103;
}
</style>
background-color css
<style>
a { background-color: #2A6103; }
a { background-color: rgb(42,97,3); }
div.DivClassName
{
background-color: #2A6103;
}
.BgClassName
{
background-color: #2A6103;
}
</style>
border-color css
<style>
span { border-color: #2A6103; }
span { border-color: rgb(42,97,3); }
td.TdClassName
{
border-color: #2A6103;
}
.TagClassName
{
border-color: #2A6103;
}
</style>