Shades of Myrtle #1E4422
Tints of Myrtle #1E4422
RGB
CMYK
RGB Variations
Color information
#1E4422 (or 0x1E4422) is known color: Myrtle. HEX triplet: 1E, 44 and 22. RGB value is (30,68,34). Sum of RGB (Red+Green+Blue) = 30+68+34=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4422 is #E1BBDD. Grayscale: #343434. Windows color (decimal): -14793694 or 2245662. OLE color: 2245662.
HSL color Cylindrical-coordinate representation of color #1E4422: hue angle of 126.32º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E4422 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 34 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.73 |
| HSL | 126.32º | 0.39% | 0.19% | - |
| HSV(B) | 126.32º | 0.56% | 0.27% | - |
| XYZ | 2.89 | 4.53 | 2.23 | - |
| YUV | 52.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 34 | 0.56 | 0 | 0.50 | 0.73 | 126.32 | 0.39 | 0.19 |
| Hex | 1E | 44 | 22 | 38 | 0 | 32 | 49 | 7E | 27 | 13 |
| Octal | 36 | 104 | 42 | 70 | 0 | 62 | 111 | 176 | 47 | 23 |
| Binary | 11110 | 1000100 | 100010 | 111000 | 0 | 110010 | 1001001 | 1111110 | 100111 | 10011 |
Color Harmonies of #1E4422
Complementary color
Monochromatic Colors of #1E4422
Black with #1E4422
Text Example
Text Example
White with #1E4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4422; }
p { color: rgb(30,68,34); }
H1.HeaderClassName
{
color: #1E4422;
}
.AnyTagClassName
{
color: #1E4422;
}
</style>
background-color css
<style>
a { background-color: #1E4422; }
a { background-color: rgb(30,68,34); }
div.DivClassName
{
background-color: #1E4422;
}
.BgClassName
{
background-color: #1E4422;
}
</style>
border-color css
<style>
span { border-color: #1E4422; }
span { border-color: rgb(30,68,34); }
td.TdClassName
{
border-color: #1E4422;
}
.TagClassName
{
border-color: #1E4422;
}
</style>