Shades of Eucalyptus #1FAA5C
Tints of Eucalyptus #1FAA5C
RGB
CMYK
RGB Variations
Color information
#1FAA5C (or 0x1FAA5C) is known color: Eucalyptus. HEX triplet: 1F, AA and 5C. RGB value is (31,170,92). Sum of RGB (Red+Green+Blue) = 31+170+92=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA5C is #E055A3. Grayscale: #777777. Windows color (decimal): -14701988 or 6072863. OLE color: 6072863.
HSL color Cylindrical-coordinate representation of color #1FAA5C: hue angle of 146.33º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA5C is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 92 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.33 |
| HSL | 146.33º | 0.69% | 0.39% | - |
| HSV(B) | 146.33º | 0.82% | 0.67% | - |
| XYZ | 16.87 | 29.81 | 14.99 | - |
| YUV | 119.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 92 | 0.82 | 0 | 0.46 | 0.33 | 146.33 | 0.69 | 0.39 |
| Hex | 1F | AA | 5C | 52 | 0 | 2E | 21 | 92 | 45 | 27 |
| Octal | 37 | 252 | 134 | 122 | 0 | 56 | 41 | 222 | 105 | 47 |
| Binary | 11111 | 10101010 | 1011100 | 1010010 | 0 | 101110 | 100001 | 10010010 | 1000101 | 100111 |
Color Harmonies of #1FAA5C
Complementary color
Monochromatic Colors of #1FAA5C
Black with #1FAA5C
Text Example
Text Example
White with #1FAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA5C; }
p { color: rgb(31,170,92); }
H1.HeaderClassName
{
color: #1FAA5C;
}
.AnyTagClassName
{
color: #1FAA5C;
}
</style>
background-color css
<style>
a { background-color: #1FAA5C; }
a { background-color: rgb(31,170,92); }
div.DivClassName
{
background-color: #1FAA5C;
}
.BgClassName
{
background-color: #1FAA5C;
}
</style>
border-color css
<style>
span { border-color: #1FAA5C; }
span { border-color: rgb(31,170,92); }
td.TdClassName
{
border-color: #1FAA5C;
}
.TagClassName
{
border-color: #1FAA5C;
}
</style>