Shades of Eucalyptus #1FA54D
Tints of Eucalyptus #1FA54D
RGB
CMYK
RGB Variations
Color information
#1FA54D (or 0x1FA54D) is known color: Eucalyptus. HEX triplet: 1F, A5 and 4D. RGB value is (31,165,77). Sum of RGB (Red+Green+Blue) = 31+165+77=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA54D is #E05AB2. Grayscale: #737373. Windows color (decimal): -14703283 or 5088543. OLE color: 5088543.
HSL color Cylindrical-coordinate representation of color #1FA54D: hue angle of 140.6º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA54D is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 77 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.35 |
| HSL | 140.6º | 0.68% | 0.38% | - |
| HSV(B) | 140.6º | 0.81% | 0.65% | - |
| XYZ | 15.36 | 27.74 | 11.57 | - |
| YUV | 114.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 77 | 0.81 | 0 | 0.53 | 0.35 | 140.6 | 0.68 | 0.38 |
| Hex | 1F | A5 | 4D | 51 | 0 | 35 | 23 | 8D | 44 | 26 |
| Octal | 37 | 245 | 115 | 121 | 0 | 65 | 43 | 215 | 104 | 46 |
| Binary | 11111 | 10100101 | 1001101 | 1010001 | 0 | 110101 | 100011 | 10001101 | 1000100 | 100110 |
Color Harmonies of #1FA54D
Complementary color
Monochromatic Colors of #1FA54D
Black with #1FA54D
Text Example
Text Example
White with #1FA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA54D; }
p { color: rgb(31,165,77); }
H1.HeaderClassName
{
color: #1FA54D;
}
.AnyTagClassName
{
color: #1FA54D;
}
</style>
background-color css
<style>
a { background-color: #1FA54D; }
a { background-color: rgb(31,165,77); }
div.DivClassName
{
background-color: #1FA54D;
}
.BgClassName
{
background-color: #1FA54D;
}
</style>
border-color css
<style>
span { border-color: #1FA54D; }
span { border-color: rgb(31,165,77); }
td.TdClassName
{
border-color: #1FA54D;
}
.TagClassName
{
border-color: #1FA54D;
}
</style>