Shades of Eucalyptus #1F9D5E
Tints of Eucalyptus #1F9D5E
RGB
CMYK
RGB Variations
Color information
#1F9D5E (or 0x1F9D5E) is known color: Eucalyptus. HEX triplet: 1F, 9D and 5E. RGB value is (31,157,94). Sum of RGB (Red+Green+Blue) = 31+157+94=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9D5E is #E062A1. Grayscale: #707070. Windows color (decimal): -14705314 or 6200607. OLE color: 6200607.
HSL color Cylindrical-coordinate representation of color #1F9D5E: hue angle of 150º 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 #1F9D5E is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 94 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.38 |
| HSL | 150º | 0.67% | 0.37% | - |
| HSV(B) | 150º | 0.8% | 0.62% | - |
| XYZ | 14.64 | 25.21 | 14.68 | - |
| YUV | 112.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 94 | 0.80 | 0 | 0.40 | 0.38 | 150 | 0.67 | 0.37 |
| Hex | 1F | 9D | 5E | 50 | 0 | 28 | 26 | 96 | 43 | 25 |
| Octal | 37 | 235 | 136 | 120 | 0 | 50 | 46 | 226 | 103 | 45 |
| Binary | 11111 | 10011101 | 1011110 | 1010000 | 0 | 101000 | 100110 | 10010110 | 1000011 | 100101 |
Color Harmonies of #1F9D5E
Complementary color
Monochromatic Colors of #1F9D5E
Black with #1F9D5E
Text Example
Text Example
White with #1F9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D5E; }
p { color: rgb(31,157,94); }
H1.HeaderClassName
{
color: #1F9D5E;
}
.AnyTagClassName
{
color: #1F9D5E;
}
</style>
background-color css
<style>
a { background-color: #1F9D5E; }
a { background-color: rgb(31,157,94); }
div.DivClassName
{
background-color: #1F9D5E;
}
.BgClassName
{
background-color: #1F9D5E;
}
</style>
border-color css
<style>
span { border-color: #1F9D5E; }
span { border-color: rgb(31,157,94); }
td.TdClassName
{
border-color: #1F9D5E;
}
.TagClassName
{
border-color: #1F9D5E;
}
</style>