Shades of Eucalyptus #1EAF5D
Tints of Eucalyptus #1EAF5D
RGB
CMYK
RGB Variations
Color information
#1EAF5D (or 0x1EAF5D) is known color: Eucalyptus. HEX triplet: 1E, AF and 5D. RGB value is (30,175,93). Sum of RGB (Red+Green+Blue) = 30+175+93=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAF5D is #E150A2. Grayscale: #7A7A7A. Windows color (decimal): -14766243 or 6139678. OLE color: 6139678.
HSL color Cylindrical-coordinate representation of color #1EAF5D: hue angle of 146.07º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF5D is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 93 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.31 |
| HSL | 146.07º | 0.71% | 0.4% | - |
| HSV(B) | 146.07º | 0.83% | 0.69% | - |
| XYZ | 17.84 | 31.73 | 15.54 | - |
| YUV | 122.3 | 111.46 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 93 | 0.83 | 0 | 0.47 | 0.31 | 146.07 | 0.71 | 0.4 |
| Hex | 1E | AF | 5D | 53 | 0 | 2F | 1F | 92 | 47 | 28 |
| Octal | 36 | 257 | 135 | 123 | 0 | 57 | 37 | 222 | 107 | 50 |
| Binary | 11110 | 10101111 | 1011101 | 1010011 | 0 | 101111 | 11111 | 10010010 | 1000111 | 101000 |
Color Harmonies of #1EAF5D
Complementary color
Monochromatic Colors of #1EAF5D
Black with #1EAF5D
Text Example
Text Example
White with #1EAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAF5D; }
p { color: rgb(30,175,93); }
H1.HeaderClassName
{
color: #1EAF5D;
}
.AnyTagClassName
{
color: #1EAF5D;
}
</style>
background-color css
<style>
a { background-color: #1EAF5D; }
a { background-color: rgb(30,175,93); }
div.DivClassName
{
background-color: #1EAF5D;
}
.BgClassName
{
background-color: #1EAF5D;
}
</style>
border-color css
<style>
span { border-color: #1EAF5D; }
span { border-color: rgb(30,175,93); }
td.TdClassName
{
border-color: #1EAF5D;
}
.TagClassName
{
border-color: #1EAF5D;
}
</style>