Shades of Eucalyptus #1FAF5E
Tints of Eucalyptus #1FAF5E
RGB
CMYK
RGB Variations
Color information
#1FAF5E (or 0x1FAF5E) is known color: Eucalyptus. HEX triplet: 1F, AF and 5E. RGB value is (31,175,94). Sum of RGB (Red+Green+Blue) = 31+175+94=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAF5E is #E050A1. Grayscale: #7A7A7A. Windows color (decimal): -14700706 or 6205215. OLE color: 6205215.
HSL color Cylindrical-coordinate representation of color #1FAF5E: hue angle of 146.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF5E is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 94 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.31 |
| HSL | 146.25º | 0.7% | 0.4% | - |
| HSV(B) | 146.25º | 0.82% | 0.69% | - |
| XYZ | 17.92 | 31.76 | 15.78 | - |
| YUV | 122.71 | 111.79 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 94 | 0.82 | 0 | 0.46 | 0.31 | 146.25 | 0.7 | 0.4 |
| Hex | 1F | AF | 5E | 52 | 0 | 2E | 1F | 92 | 46 | 28 |
| Octal | 37 | 257 | 136 | 122 | 0 | 56 | 37 | 222 | 106 | 50 |
| Binary | 11111 | 10101111 | 1011110 | 1010010 | 0 | 101110 | 11111 | 10010010 | 1000110 | 101000 |
Color Harmonies of #1FAF5E
Complementary color
Monochromatic Colors of #1FAF5E
Black with #1FAF5E
Text Example
Text Example
White with #1FAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF5E; }
p { color: rgb(31,175,94); }
H1.HeaderClassName
{
color: #1FAF5E;
}
.AnyTagClassName
{
color: #1FAF5E;
}
</style>
background-color css
<style>
a { background-color: #1FAF5E; }
a { background-color: rgb(31,175,94); }
div.DivClassName
{
background-color: #1FAF5E;
}
.BgClassName
{
background-color: #1FAF5E;
}
</style>
border-color css
<style>
span { border-color: #1FAF5E; }
span { border-color: rgb(31,175,94); }
td.TdClassName
{
border-color: #1FAF5E;
}
.TagClassName
{
border-color: #1FAF5E;
}
</style>