Shades of Eucalyptus #1FA26B
Tints of Eucalyptus #1FA26B
RGB
CMYK
RGB Variations
Color information
#1FA26B (or 0x1FA26B) is known color: Eucalyptus. HEX triplet: 1F, A2 and 6B. RGB value is (31,162,107). Sum of RGB (Red+Green+Blue) = 31+162+107=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA26B is #E05D94. Grayscale: #747474. Windows color (decimal): -14704021 or 7053855. OLE color: 7053855.
HSL color Cylindrical-coordinate representation of color #1FA26B: hue angle of 154.81º 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 #1FA26B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 107 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.36 |
| HSL | 154.81º | 0.68% | 0.38% | - |
| HSV(B) | 154.81º | 0.81% | 0.64% | - |
| XYZ | 16.14 | 27.19 | 18.31 | - |
| YUV | 116.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 107 | 0.81 | 0 | 0.34 | 0.36 | 154.81 | 0.68 | 0.38 |
| Hex | 1F | A2 | 6B | 51 | 0 | 22 | 24 | 9B | 44 | 26 |
| Octal | 37 | 242 | 153 | 121 | 0 | 42 | 44 | 233 | 104 | 46 |
| Binary | 11111 | 10100010 | 1101011 | 1010001 | 0 | 100010 | 100100 | 10011011 | 1000100 | 100110 |
Color Harmonies of #1FA26B
Complementary color
Monochromatic Colors of #1FA26B
Black with #1FA26B
Text Example
Text Example
White with #1FA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA26B; }
p { color: rgb(31,162,107); }
H1.HeaderClassName
{
color: #1FA26B;
}
.AnyTagClassName
{
color: #1FA26B;
}
</style>
background-color css
<style>
a { background-color: #1FA26B; }
a { background-color: rgb(31,162,107); }
div.DivClassName
{
background-color: #1FA26B;
}
.BgClassName
{
background-color: #1FA26B;
}
</style>
border-color css
<style>
span { border-color: #1FA26B; }
span { border-color: rgb(31,162,107); }
td.TdClassName
{
border-color: #1FA26B;
}
.TagClassName
{
border-color: #1FA26B;
}
</style>