Shades of Eucalyptus #1E975C
Tints of Eucalyptus #1E975C
RGB
CMYK
RGB Variations
Color information
#1E975C (or 0x1E975C) is known color: Eucalyptus. HEX triplet: 1E, 97 and 5C. RGB value is (30,151,92). Sum of RGB (Red+Green+Blue) = 30+151+92=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #1E975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E975C is #E168A3. Grayscale: #6C6C6C. Windows color (decimal): -14772388 or 6067998. OLE color: 6067998.
HSL color Cylindrical-coordinate representation of color #1E975C: hue angle of 150.74º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E975C is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 92 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.41 |
| HSL | 150.74º | 0.67% | 0.35% | - |
| HSV(B) | 150.74º | 0.8% | 0.59% | - |
| XYZ | 13.53 | 23.18 | 13.89 | - |
| YUV | 108.1 | 118.91 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 92 | 0.80 | 0 | 0.39 | 0.41 | 150.74 | 0.67 | 0.35 |
| Hex | 1E | 97 | 5C | 50 | 0 | 27 | 29 | 97 | 43 | 23 |
| Octal | 36 | 227 | 134 | 120 | 0 | 47 | 51 | 227 | 103 | 43 |
| Binary | 11110 | 10010111 | 1011100 | 1010000 | 0 | 100111 | 101001 | 10010111 | 1000011 | 100011 |
Color Harmonies of #1E975C
Complementary color
Monochromatic Colors of #1E975C
Black with #1E975C
Text Example
Text Example
White with #1E975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E975C; }
p { color: rgb(30,151,92); }
H1.HeaderClassName
{
color: #1E975C;
}
.AnyTagClassName
{
color: #1E975C;
}
</style>
background-color css
<style>
a { background-color: #1E975C; }
a { background-color: rgb(30,151,92); }
div.DivClassName
{
background-color: #1E975C;
}
.BgClassName
{
background-color: #1E975C;
}
</style>
border-color css
<style>
span { border-color: #1E975C; }
span { border-color: rgb(30,151,92); }
td.TdClassName
{
border-color: #1E975C;
}
.TagClassName
{
border-color: #1E975C;
}
</style>