Shades of Myrtle #2A630C
Tints of Myrtle #2A630C
RGB
CMYK
RGB Variations
Color information
#2A630C (or 0x2A630C) is known color: Myrtle. HEX triplet: 2A, 63 and 0C. RGB value is (42,99,12). Sum of RGB (Red+Green+Blue) = 42+99+12=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #2A630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A630C is #D59CF3. Grayscale: #484848. Windows color (decimal): -13999348 or 811818. OLE color: 811818.
HSL color Cylindrical-coordinate representation of color #2A630C: hue angle of 99.31º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A630C is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 12 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.61 |
| HSL | 99.31º | 0.78% | 0.22% | - |
| HSV(B) | 99.31º | 0.88% | 0.39% | - |
| XYZ | 5.48 | 9.44 | 1.88 | - |
| YUV | 72.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 12 | 0.58 | 0 | 0.88 | 0.61 | 99.31 | 0.78 | 0.22 |
| Hex | 2A | 63 | C | 3A | 0 | 58 | 3D | 63 | 4E | 16 |
| Octal | 52 | 143 | 14 | 72 | 0 | 130 | 75 | 143 | 116 | 26 |
| Binary | 101010 | 1100011 | 1100 | 111010 | 0 | 1011000 | 111101 | 1100011 | 1001110 | 10110 |
Color Harmonies of #2A630C
Complementary color
Monochromatic Colors of #2A630C
Black with #2A630C
Text Example
Text Example
White with #2A630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A630C; }
p { color: rgb(42,99,12); }
H1.HeaderClassName
{
color: #2A630C;
}
.AnyTagClassName
{
color: #2A630C;
}
</style>
background-color css
<style>
a { background-color: #2A630C; }
a { background-color: rgb(42,99,12); }
div.DivClassName
{
background-color: #2A630C;
}
.BgClassName
{
background-color: #2A630C;
}
</style>
border-color css
<style>
span { border-color: #2A630C; }
span { border-color: rgb(42,99,12); }
td.TdClassName
{
border-color: #2A630C;
}
.TagClassName
{
border-color: #2A630C;
}
</style>