Shades of Eucalyptus #1FA46B
Tints of Eucalyptus #1FA46B
RGB
CMYK
RGB Variations
Color information
#1FA46B (or 0x1FA46B) is known color: Eucalyptus. HEX triplet: 1F, A4 and 6B. RGB value is (31,164,107). Sum of RGB (Red+Green+Blue) = 31+164+107=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA46B is #E05B94. Grayscale: #757575. Windows color (decimal): -14703509 or 7054367. OLE color: 7054367.
HSL color Cylindrical-coordinate representation of color #1FA46B: hue angle of 154.29º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA46B is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 107 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.36 |
| HSL | 154.29º | 0.68% | 0.38% | - |
| HSV(B) | 154.29º | 0.81% | 0.64% | - |
| XYZ | 16.49 | 27.9 | 18.43 | - |
| YUV | 117.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 107 | 0.81 | 0 | 0.35 | 0.36 | 154.29 | 0.68 | 0.38 |
| Hex | 1F | A4 | 6B | 51 | 0 | 23 | 24 | 9A | 44 | 26 |
| Octal | 37 | 244 | 153 | 121 | 0 | 43 | 44 | 232 | 104 | 46 |
| Binary | 11111 | 10100100 | 1101011 | 1010001 | 0 | 100011 | 100100 | 10011010 | 1000100 | 100110 |
Color Harmonies of #1FA46B
Complementary color
Monochromatic Colors of #1FA46B
Black with #1FA46B
Text Example
Text Example
White with #1FA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA46B; }
p { color: rgb(31,164,107); }
H1.HeaderClassName
{
color: #1FA46B;
}
.AnyTagClassName
{
color: #1FA46B;
}
</style>
background-color css
<style>
a { background-color: #1FA46B; }
a { background-color: rgb(31,164,107); }
div.DivClassName
{
background-color: #1FA46B;
}
.BgClassName
{
background-color: #1FA46B;
}
</style>
border-color css
<style>
span { border-color: #1FA46B; }
span { border-color: rgb(31,164,107); }
td.TdClassName
{
border-color: #1FA46B;
}
.TagClassName
{
border-color: #1FA46B;
}
</style>