Shades of Myrtle #2A6301
Tints of Myrtle #2A6301
RGB
CMYK
RGB Variations
Color information
#2A6301 (or 0x2A6301) is known color: Myrtle. HEX triplet: 2A, 63 and 01. RGB value is (42,99,1). Sum of RGB (Red+Green+Blue) = 42+99+1=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6301 is #D59CFE. Grayscale: #474747. Windows color (decimal): -13999359 or 90922. OLE color: 90922.
HSL color Cylindrical-coordinate representation of color #2A6301: hue angle of 94.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A6301 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.61 |
| HSL | 94.9º | 0.98% | 0.2% | - |
| HSV(B) | 94.9º | 0.99% | 0.39% | - |
| XYZ | 5.42 | 9.42 | 1.56 | - |
| YUV | 70.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 1 | 0.58 | 0 | 0.99 | 0.61 | 94.9 | 0.98 | 0.2 |
| Hex | 2A | 63 | 1 | 3A | 0 | 63 | 3D | 5F | 62 | 14 |
| Octal | 52 | 143 | 1 | 72 | 0 | 143 | 75 | 137 | 142 | 24 |
| Binary | 101010 | 1100011 | 1 | 111010 | 0 | 1100011 | 111101 | 1011111 | 1100010 | 10100 |
Color Harmonies of #2A6301
Complementary color
Monochromatic Colors of #2A6301
Black with #2A6301
Text Example
Text Example
White with #2A6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6301; }
p { color: rgb(42,99,1); }
H1.HeaderClassName
{
color: #2A6301;
}
.AnyTagClassName
{
color: #2A6301;
}
</style>
background-color css
<style>
a { background-color: #2A6301; }
a { background-color: rgb(42,99,1); }
div.DivClassName
{
background-color: #2A6301;
}
.BgClassName
{
background-color: #2A6301;
}
</style>
border-color css
<style>
span { border-color: #2A6301; }
span { border-color: rgb(42,99,1); }
td.TdClassName
{
border-color: #2A6301;
}
.TagClassName
{
border-color: #2A6301;
}
</style>