Shades of Jewel #1E6646
Tints of Jewel #1E6646
RGB
CMYK
RGB Variations
Color information
#1E6646 (or 0x1E6646) is known color: Jewel. HEX triplet: 1E, 66 and 46. RGB value is (30,102,70). Sum of RGB (Red+Green+Blue) = 30+102+70=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6646 is #E199B9. Grayscale: #4C4C4C. Windows color (decimal): -14784954 or 4613662. OLE color: 4613662.
HSL color Cylindrical-coordinate representation of color #1E6646: hue angle of 153.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6646 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 70 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.6 |
| HSL | 153.33º | 0.55% | 0.26% | - |
| HSV(B) | 153.33º | 0.71% | 0.4% | - |
| XYZ | 6.39 | 10.22 | 7.43 | - |
| YUV | 76.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 70 | 0.71 | 0 | 0.31 | 0.6 | 153.33 | 0.55 | 0.26 |
| Hex | 1E | 66 | 46 | 47 | 0 | 1F | 3C | 99 | 37 | 1A |
| Octal | 36 | 146 | 106 | 107 | 0 | 37 | 74 | 231 | 67 | 32 |
| Binary | 11110 | 1100110 | 1000110 | 1000111 | 0 | 11111 | 111100 | 10011001 | 110111 | 11010 |
Color Harmonies of #1E6646
Complementary color
Monochromatic Colors of #1E6646
Black with #1E6646
Text Example
Text Example
White with #1E6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6646; }
p { color: rgb(30,102,70); }
H1.HeaderClassName
{
color: #1E6646;
}
.AnyTagClassName
{
color: #1E6646;
}
</style>
background-color css
<style>
a { background-color: #1E6646; }
a { background-color: rgb(30,102,70); }
div.DivClassName
{
background-color: #1E6646;
}
.BgClassName
{
background-color: #1E6646;
}
</style>
border-color css
<style>
span { border-color: #1E6646; }
span { border-color: rgb(30,102,70); }
td.TdClassName
{
border-color: #1E6646;
}
.TagClassName
{
border-color: #1E6646;
}
</style>