Shades of Elf Green #1E9075
Tints of Elf Green #1E9075
RGB
CMYK
RGB Variations
Color information
#1E9075 (or 0x1E9075) is known color: Elf Green. HEX triplet: 1E, 90 and 75. RGB value is (30,144,117). Sum of RGB (Red+Green+Blue) = 30+144+117=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #1E9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9075 is #E16F8A. Grayscale: #6A6A6A. Windows color (decimal): -14774155 or 7704606. OLE color: 7704606.
HSL color Cylindrical-coordinate representation of color #1E9075: hue angle of 165.79º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E9075 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 117 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.44 |
| HSL | 165.79º | 0.66% | 0.34% | - |
| HSV(B) | 165.79º | 0.79% | 0.56% | - |
| XYZ | 13.72 | 21.51 | 20.26 | - |
| YUV | 106.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 117 | 0.79 | 0 | 0.19 | 0.44 | 165.79 | 0.66 | 0.34 |
| Hex | 1E | 90 | 75 | 4F | 0 | 13 | 2C | A6 | 42 | 22 |
| Octal | 36 | 220 | 165 | 117 | 0 | 23 | 54 | 246 | 102 | 42 |
| Binary | 11110 | 10010000 | 1110101 | 1001111 | 0 | 10011 | 101100 | 10100110 | 1000010 | 100010 |
Color Harmonies of #1E9075
Complementary color
Monochromatic Colors of #1E9075
Black with #1E9075
Text Example
Text Example
White with #1E9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9075; }
p { color: rgb(30,144,117); }
H1.HeaderClassName
{
color: #1E9075;
}
.AnyTagClassName
{
color: #1E9075;
}
</style>
background-color css
<style>
a { background-color: #1E9075; }
a { background-color: rgb(30,144,117); }
div.DivClassName
{
background-color: #1E9075;
}
.BgClassName
{
background-color: #1E9075;
}
</style>
border-color css
<style>
span { border-color: #1E9075; }
span { border-color: rgb(30,144,117); }
td.TdClassName
{
border-color: #1E9075;
}
.TagClassName
{
border-color: #1E9075;
}
</style>