Shades of Jewel #1E6447
Tints of Jewel #1E6447
RGB
CMYK
RGB Variations
Color information
#1E6447 (or 0x1E6447) is known color: Jewel. HEX triplet: 1E, 64 and 47. RGB value is (30,100,71). Sum of RGB (Red+Green+Blue) = 30+100+71=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #1E6447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6447 is #E19BB8. Grayscale: #4B4B4B. Windows color (decimal): -14785465 or 4678686. OLE color: 4678686.
HSL color Cylindrical-coordinate representation of color #1E6447: hue angle of 155.14º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6447 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 100 | 71 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.61 |
| HSL | 155.14º | 0.54% | 0.25% | - |
| HSV(B) | 155.14º | 0.7% | 0.39% | - |
| XYZ | 6.23 | 9.85 | 7.53 | - |
| YUV | 75.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 71 | 0.70 | 0 | 0.29 | 0.61 | 155.14 | 0.54 | 0.25 |
| Hex | 1E | 64 | 47 | 46 | 0 | 1D | 3D | 9B | 36 | 19 |
| Octal | 36 | 144 | 107 | 106 | 0 | 35 | 75 | 233 | 66 | 31 |
| Binary | 11110 | 1100100 | 1000111 | 1000110 | 0 | 11101 | 111101 | 10011011 | 110110 | 11001 |
Color Harmonies of #1E6447
Complementary color
Monochromatic Colors of #1E6447
Black with #1E6447
Text Example
Text Example
White with #1E6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6447; }
p { color: rgb(30,100,71); }
H1.HeaderClassName
{
color: #1E6447;
}
.AnyTagClassName
{
color: #1E6447;
}
</style>
background-color css
<style>
a { background-color: #1E6447; }
a { background-color: rgb(30,100,71); }
div.DivClassName
{
background-color: #1E6447;
}
.BgClassName
{
background-color: #1E6447;
}
</style>
border-color css
<style>
span { border-color: #1E6447; }
span { border-color: rgb(30,100,71); }
td.TdClassName
{
border-color: #1E6447;
}
.TagClassName
{
border-color: #1E6447;
}
</style>