Shades of Jewel #1E6548
Tints of Jewel #1E6548
RGB
CMYK
RGB Variations
Color information
#1E6548 (or 0x1E6548) is known color: Jewel. HEX triplet: 1E, 65 and 48. RGB value is (30,101,72). Sum of RGB (Red+Green+Blue) = 30+101+72=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #1E6548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6548 is #E19AB7. Grayscale: #4C4C4C. Windows color (decimal): -14785208 or 4744478. OLE color: 4744478.
HSL color Cylindrical-coordinate representation of color #1E6548: hue angle of 155.49º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6548 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 101 | 72 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.60 |
| HSL | 155.49º | 0.54% | 0.26% | - |
| HSV(B) | 155.49º | 0.7% | 0.4% | - |
| XYZ | 6.36 | 10.05 | 7.74 | - |
| YUV | 76.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 72 | 0.70 | 0 | 0.29 | 0.60 | 155.49 | 0.54 | 0.26 |
| Hex | 1E | 65 | 48 | 46 | 0 | 1D | 3C | 9B | 36 | 1A |
| Octal | 36 | 145 | 110 | 106 | 0 | 35 | 74 | 233 | 66 | 32 |
| Binary | 11110 | 1100101 | 1001000 | 1000110 | 0 | 11101 | 111100 | 10011011 | 110110 | 11010 |
Color Harmonies of #1E6548
Complementary color
Monochromatic Colors of #1E6548
Black with #1E6548
Text Example
Text Example
White with #1E6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6548; }
p { color: rgb(30,101,72); }
H1.HeaderClassName
{
color: #1E6548;
}
.AnyTagClassName
{
color: #1E6548;
}
</style>
background-color css
<style>
a { background-color: #1E6548; }
a { background-color: rgb(30,101,72); }
div.DivClassName
{
background-color: #1E6548;
}
.BgClassName
{
background-color: #1E6548;
}
</style>
border-color css
<style>
span { border-color: #1E6548; }
span { border-color: rgb(30,101,72); }
td.TdClassName
{
border-color: #1E6548;
}
.TagClassName
{
border-color: #1E6548;
}
</style>