Shades of Myrtle #1E530B
Tints of Myrtle #1E530B
RGB
CMYK
RGB Variations
Color information
#1E530B (or 0x1E530B) is known color: Myrtle. HEX triplet: 1E, 53 and 0B. RGB value is (30,83,11). Sum of RGB (Red+Green+Blue) = 30+83+11=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #1E530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E530B is #E1ACF4. Grayscale: #3B3B3B. Windows color (decimal): -14789877 or 742174. OLE color: 742174.
HSL color Cylindrical-coordinate representation of color #1E530B: hue angle of 104.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E530B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 11 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.67 |
| HSL | 104.17º | 0.77% | 0.18% | - |
| HSV(B) | 104.17º | 0.87% | 0.33% | - |
| XYZ | 3.69 | 6.49 | 1.37 | - |
| YUV | 58.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 11 | 0.64 | 0 | 0.87 | 0.67 | 104.17 | 0.77 | 0.18 |
| Hex | 1E | 53 | B | 40 | 0 | 57 | 43 | 68 | 4D | 12 |
| Octal | 36 | 123 | 13 | 100 | 0 | 127 | 103 | 150 | 115 | 22 |
| Binary | 11110 | 1010011 | 1011 | 1000000 | 0 | 1010111 | 1000011 | 1101000 | 1001101 | 10010 |
Color Harmonies of #1E530B
Complementary color
Monochromatic Colors of #1E530B
Black with #1E530B
Text Example
Text Example
White with #1E530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E530B; }
p { color: rgb(30,83,11); }
H1.HeaderClassName
{
color: #1E530B;
}
.AnyTagClassName
{
color: #1E530B;
}
</style>
background-color css
<style>
a { background-color: #1E530B; }
a { background-color: rgb(30,83,11); }
div.DivClassName
{
background-color: #1E530B;
}
.BgClassName
{
background-color: #1E530B;
}
</style>
border-color css
<style>
span { border-color: #1E530B; }
span { border-color: rgb(30,83,11); }
td.TdClassName
{
border-color: #1E530B;
}
.TagClassName
{
border-color: #1E530B;
}
</style>