Shades of Eucalyptus #1F9F5C
Tints of Eucalyptus #1F9F5C
RGB
CMYK
RGB Variations
Color information
#1F9F5C (or 0x1F9F5C) is known color: Eucalyptus. HEX triplet: 1F, 9F and 5C. RGB value is (31,159,92). Sum of RGB (Red+Green+Blue) = 31+159+92=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 159 (62.5% from 255 or 56.38% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F5C is #E060A3. Grayscale: #717171. Windows color (decimal): -14704804 or 6070047. OLE color: 6070047.
HSL color Cylindrical-coordinate representation of color #1F9F5C: hue angle of 148.59º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F5C is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 92 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.38 |
| HSL | 148.59º | 0.67% | 0.37% | - |
| HSV(B) | 148.59º | 0.81% | 0.62% | - |
| XYZ | 14.89 | 25.86 | 14.33 | - |
| YUV | 113.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 92 | 0.81 | 0 | 0.42 | 0.38 | 148.59 | 0.67 | 0.37 |
| Hex | 1F | 9F | 5C | 51 | 0 | 2A | 26 | 95 | 43 | 25 |
| Octal | 37 | 237 | 134 | 121 | 0 | 52 | 46 | 225 | 103 | 45 |
| Binary | 11111 | 10011111 | 1011100 | 1010001 | 0 | 101010 | 100110 | 10010101 | 1000011 | 100101 |
Color Harmonies of #1F9F5C
Complementary color
Monochromatic Colors of #1F9F5C
Black with #1F9F5C
Text Example
Text Example
White with #1F9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F5C; }
p { color: rgb(31,159,92); }
H1.HeaderClassName
{
color: #1F9F5C;
}
.AnyTagClassName
{
color: #1F9F5C;
}
</style>
background-color css
<style>
a { background-color: #1F9F5C; }
a { background-color: rgb(31,159,92); }
div.DivClassName
{
background-color: #1F9F5C;
}
.BgClassName
{
background-color: #1F9F5C;
}
</style>
border-color css
<style>
span { border-color: #1F9F5C; }
span { border-color: rgb(31,159,92); }
td.TdClassName
{
border-color: #1F9F5C;
}
.TagClassName
{
border-color: #1F9F5C;
}
</style>