Shades of Eucalyptus #1F9E5C
Tints of Eucalyptus #1F9E5C
RGB
CMYK
RGB Variations
Color information
#1F9E5C (or 0x1F9E5C) is known color: Eucalyptus. HEX triplet: 1F, 9E and 5C. RGB value is (31,158,92). Sum of RGB (Red+Green+Blue) = 31+158+92=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E5C is #E061A3. Grayscale: #707070. Windows color (decimal): -14705060 or 6069791. OLE color: 6069791.
HSL color Cylindrical-coordinate representation of color #1F9E5C: hue angle of 148.82º 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 #1F9E5C is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 92 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.38 |
| HSL | 148.82º | 0.67% | 0.37% | - |
| HSV(B) | 148.82º | 0.8% | 0.62% | - |
| XYZ | 14.72 | 25.52 | 14.27 | - |
| YUV | 112.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 92 | 0.80 | 0 | 0.42 | 0.38 | 148.82 | 0.67 | 0.37 |
| Hex | 1F | 9E | 5C | 50 | 0 | 2A | 26 | 95 | 43 | 25 |
| Octal | 37 | 236 | 134 | 120 | 0 | 52 | 46 | 225 | 103 | 45 |
| Binary | 11111 | 10011110 | 1011100 | 1010000 | 0 | 101010 | 100110 | 10010101 | 1000011 | 100101 |
Color Harmonies of #1F9E5C
Complementary color
Monochromatic Colors of #1F9E5C
Black with #1F9E5C
Text Example
Text Example
White with #1F9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E5C; }
p { color: rgb(31,158,92); }
H1.HeaderClassName
{
color: #1F9E5C;
}
.AnyTagClassName
{
color: #1F9E5C;
}
</style>
background-color css
<style>
a { background-color: #1F9E5C; }
a { background-color: rgb(31,158,92); }
div.DivClassName
{
background-color: #1F9E5C;
}
.BgClassName
{
background-color: #1F9E5C;
}
</style>
border-color css
<style>
span { border-color: #1F9E5C; }
span { border-color: rgb(31,158,92); }
td.TdClassName
{
border-color: #1F9E5C;
}
.TagClassName
{
border-color: #1F9E5C;
}
</style>