Shades of Jewel #1E6647
Tints of Jewel #1E6647
RGB
CMYK
RGB Variations
Color information
#1E6647 (or 0x1E6647) is known color: Jewel. HEX triplet: 1E, 66 and 47. RGB value is (30,102,71). Sum of RGB (Red+Green+Blue) = 30+102+71=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6647 is #E199B8. Grayscale: #4C4C4C. Windows color (decimal): -14784953 or 4679198. OLE color: 4679198.
HSL color Cylindrical-coordinate representation of color #1E6647: hue angle of 154.17º 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 #1E6647 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 71 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.6 |
| HSL | 154.17º | 0.55% | 0.26% | - |
| HSV(B) | 154.17º | 0.71% | 0.4% | - |
| XYZ | 6.42 | 10.23 | 7.6 | - |
| YUV | 76.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 71 | 0.71 | 0 | 0.30 | 0.6 | 154.17 | 0.55 | 0.26 |
| Hex | 1E | 66 | 47 | 47 | 0 | 1E | 3C | 9A | 37 | 1A |
| Octal | 36 | 146 | 107 | 107 | 0 | 36 | 74 | 232 | 67 | 32 |
| Binary | 11110 | 1100110 | 1000111 | 1000111 | 0 | 11110 | 111100 | 10011010 | 110111 | 11010 |
Color Harmonies of #1E6647
Complementary color
Monochromatic Colors of #1E6647
Black with #1E6647
Text Example
Text Example
White with #1E6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6647; }
p { color: rgb(30,102,71); }
H1.HeaderClassName
{
color: #1E6647;
}
.AnyTagClassName
{
color: #1E6647;
}
</style>
background-color css
<style>
a { background-color: #1E6647; }
a { background-color: rgb(30,102,71); }
div.DivClassName
{
background-color: #1E6647;
}
.BgClassName
{
background-color: #1E6647;
}
</style>
border-color css
<style>
span { border-color: #1E6647; }
span { border-color: rgb(30,102,71); }
td.TdClassName
{
border-color: #1E6647;
}
.TagClassName
{
border-color: #1E6647;
}
</style>