Shades of Jewel #1E6046
Tints of Jewel #1E6046
RGB
CMYK
RGB Variations
Color information
#1E6046 (or 0x1E6046) is known color: Jewel. HEX triplet: 1E, 60 and 46. RGB value is (30,96,70). Sum of RGB (Red+Green+Blue) = 30+96+70=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6046 is #E19FB9. Grayscale: #494949. Windows color (decimal): -14786490 or 4612126. OLE color: 4612126.
HSL color Cylindrical-coordinate representation of color #1E6046: hue angle of 156.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6046 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 70 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.62 |
| HSL | 156.36º | 0.52% | 0.25% | - |
| HSV(B) | 156.36º | 0.69% | 0.38% | - |
| XYZ | 5.82 | 9.08 | 7.24 | - |
| YUV | 73.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 70 | 0.69 | 0 | 0.27 | 0.62 | 156.36 | 0.52 | 0.25 |
| Hex | 1E | 60 | 46 | 45 | 0 | 1B | 3E | 9C | 34 | 19 |
| Octal | 36 | 140 | 106 | 105 | 0 | 33 | 76 | 234 | 64 | 31 |
| Binary | 11110 | 1100000 | 1000110 | 1000101 | 0 | 11011 | 111110 | 10011100 | 110100 | 11001 |
Color Harmonies of #1E6046
Complementary color
Monochromatic Colors of #1E6046
Black with #1E6046
Text Example
Text Example
White with #1E6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6046; }
p { color: rgb(30,96,70); }
H1.HeaderClassName
{
color: #1E6046;
}
.AnyTagClassName
{
color: #1E6046;
}
</style>
background-color css
<style>
a { background-color: #1E6046; }
a { background-color: rgb(30,96,70); }
div.DivClassName
{
background-color: #1E6046;
}
.BgClassName
{
background-color: #1E6046;
}
</style>
border-color css
<style>
span { border-color: #1E6046; }
span { border-color: rgb(30,96,70); }
td.TdClassName
{
border-color: #1E6046;
}
.TagClassName
{
border-color: #1E6046;
}
</style>