Shades of Eucalyptus #1F9E5D
Tints of Eucalyptus #1F9E5D
RGB
CMYK
RGB Variations
Color information
#1F9E5D (or 0x1F9E5D) is known color: Eucalyptus. HEX triplet: 1F, 9E and 5D. RGB value is (31,158,93). Sum of RGB (Red+Green+Blue) = 31+158+93=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E5D is #E061A2. Grayscale: #707070. Windows color (decimal): -14705059 or 6135327. OLE color: 6135327.
HSL color Cylindrical-coordinate representation of color #1F9E5D: hue angle of 149.29º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E5D is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 93 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.38 |
| HSL | 149.29º | 0.67% | 0.37% | - |
| HSV(B) | 149.29º | 0.8% | 0.62% | - |
| XYZ | 14.77 | 25.54 | 14.51 | - |
| YUV | 112.62 | 116.92 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 93 | 0.80 | 0 | 0.41 | 0.38 | 149.29 | 0.67 | 0.37 |
| Hex | 1F | 9E | 5D | 50 | 0 | 29 | 26 | 95 | 43 | 25 |
| Octal | 37 | 236 | 135 | 120 | 0 | 51 | 46 | 225 | 103 | 45 |
| Binary | 11111 | 10011110 | 1011101 | 1010000 | 0 | 101001 | 100110 | 10010101 | 1000011 | 100101 |
Color Harmonies of #1F9E5D
Complementary color
Monochromatic Colors of #1F9E5D
Black with #1F9E5D
Text Example
Text Example
White with #1F9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E5D; }
p { color: rgb(31,158,93); }
H1.HeaderClassName
{
color: #1F9E5D;
}
.AnyTagClassName
{
color: #1F9E5D;
}
</style>
background-color css
<style>
a { background-color: #1F9E5D; }
a { background-color: rgb(31,158,93); }
div.DivClassName
{
background-color: #1F9E5D;
}
.BgClassName
{
background-color: #1F9E5D;
}
</style>
border-color css
<style>
span { border-color: #1F9E5D; }
span { border-color: rgb(31,158,93); }
td.TdClassName
{
border-color: #1F9E5D;
}
.TagClassName
{
border-color: #1F9E5D;
}
</style>