Shades of Eucalyptus #1F9F55
Tints of Eucalyptus #1F9F55
RGB
CMYK
RGB Variations
Color information
#1F9F55 (or 0x1F9F55) is known color: Eucalyptus. HEX triplet: 1F, 9F and 55. RGB value is (31,159,85). Sum of RGB (Red+Green+Blue) = 31+159+85=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F55 is #E060AA. Grayscale: #707070. Windows color (decimal): -14704811 or 5611295. OLE color: 5611295.
HSL color Cylindrical-coordinate representation of color #1F9F55: hue angle of 145.31º 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 #1F9F55 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 85 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.38 |
| HSL | 145.31º | 0.67% | 0.37% | - |
| HSV(B) | 145.31º | 0.81% | 0.62% | - |
| XYZ | 14.6 | 25.74 | 12.79 | - |
| YUV | 112.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 85 | 0.81 | 0 | 0.47 | 0.38 | 145.31 | 0.67 | 0.37 |
| Hex | 1F | 9F | 55 | 51 | 0 | 2F | 26 | 91 | 43 | 25 |
| Octal | 37 | 237 | 125 | 121 | 0 | 57 | 46 | 221 | 103 | 45 |
| Binary | 11111 | 10011111 | 1010101 | 1010001 | 0 | 101111 | 100110 | 10010001 | 1000011 | 100101 |
Color Harmonies of #1F9F55
Complementary color
Monochromatic Colors of #1F9F55
Black with #1F9F55
Text Example
Text Example
White with #1F9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F55; }
p { color: rgb(31,159,85); }
H1.HeaderClassName
{
color: #1F9F55;
}
.AnyTagClassName
{
color: #1F9F55;
}
</style>
background-color css
<style>
a { background-color: #1F9F55; }
a { background-color: rgb(31,159,85); }
div.DivClassName
{
background-color: #1F9F55;
}
.BgClassName
{
background-color: #1F9F55;
}
</style>
border-color css
<style>
span { border-color: #1F9F55; }
span { border-color: rgb(31,159,85); }
td.TdClassName
{
border-color: #1F9F55;
}
.TagClassName
{
border-color: #1F9F55;
}
</style>