Shades of Myrtle #1E5C1A
Tints of Myrtle #1E5C1A
RGB
CMYK
RGB Variations
Color information
#1E5C1A (or 0x1E5C1A) is known color: Myrtle. HEX triplet: 1E, 5C and 1A. RGB value is (30,92,26). Sum of RGB (Red+Green+Blue) = 30+92+26=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #1E5C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5C1A is #E1A3E5. Grayscale: #424242. Windows color (decimal): -14787558 or 1727518. OLE color: 1727518.
HSL color Cylindrical-coordinate representation of color #1E5C1A: hue angle of 116.36º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E5C1A is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 92 | 26 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.64 |
| HSL | 116.36º | 0.56% | 0.23% | - |
| HSV(B) | 116.36º | 0.72% | 0.36% | - |
| XYZ | 4.55 | 8 | 2.28 | - |
| YUV | 65.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 26 | 0.67 | 0 | 0.72 | 0.64 | 116.36 | 0.56 | 0.23 |
| Hex | 1E | 5C | 1A | 43 | 0 | 48 | 40 | 74 | 38 | 17 |
| Octal | 36 | 134 | 32 | 103 | 0 | 110 | 100 | 164 | 70 | 27 |
| Binary | 11110 | 1011100 | 11010 | 1000011 | 0 | 1001000 | 1000000 | 1110100 | 111000 | 10111 |
Color Harmonies of #1E5C1A
Complementary color
Monochromatic Colors of #1E5C1A
Black with #1E5C1A
Text Example
Text Example
White with #1E5C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C1A; }
p { color: rgb(30,92,26); }
H1.HeaderClassName
{
color: #1E5C1A;
}
.AnyTagClassName
{
color: #1E5C1A;
}
</style>
background-color css
<style>
a { background-color: #1E5C1A; }
a { background-color: rgb(30,92,26); }
div.DivClassName
{
background-color: #1E5C1A;
}
.BgClassName
{
background-color: #1E5C1A;
}
</style>
border-color css
<style>
span { border-color: #1E5C1A; }
span { border-color: rgb(30,92,26); }
td.TdClassName
{
border-color: #1E5C1A;
}
.TagClassName
{
border-color: #1E5C1A;
}
</style>