Shades of Eucalyptus #1FA262
Tints of Eucalyptus #1FA262
RGB
CMYK
RGB Variations
Color information
#1FA262 (or 0x1FA262) is known color: Eucalyptus. HEX triplet: 1F, A2 and 62. RGB value is (31,162,98). Sum of RGB (Red+Green+Blue) = 31+162+98=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA262 is #E05D9D. Grayscale: #737373. Windows color (decimal): -14704030 or 6464031. OLE color: 6464031.
HSL color Cylindrical-coordinate representation of color #1FA262: hue angle of 150.69º 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 #1FA262 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 98 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.36 |
| HSL | 150.69º | 0.68% | 0.38% | - |
| HSV(B) | 150.69º | 0.81% | 0.64% | - |
| XYZ | 15.69 | 27.01 | 15.94 | - |
| YUV | 115.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 98 | 0.81 | 0 | 0.40 | 0.36 | 150.69 | 0.68 | 0.38 |
| Hex | 1F | A2 | 62 | 51 | 0 | 28 | 24 | 97 | 44 | 26 |
| Octal | 37 | 242 | 142 | 121 | 0 | 50 | 44 | 227 | 104 | 46 |
| Binary | 11111 | 10100010 | 1100010 | 1010001 | 0 | 101000 | 100100 | 10010111 | 1000100 | 100110 |
Color Harmonies of #1FA262
Complementary color
Monochromatic Colors of #1FA262
Black with #1FA262
Text Example
Text Example
White with #1FA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA262; }
p { color: rgb(31,162,98); }
H1.HeaderClassName
{
color: #1FA262;
}
.AnyTagClassName
{
color: #1FA262;
}
</style>
background-color css
<style>
a { background-color: #1FA262; }
a { background-color: rgb(31,162,98); }
div.DivClassName
{
background-color: #1FA262;
}
.BgClassName
{
background-color: #1FA262;
}
</style>
border-color css
<style>
span { border-color: #1FA262; }
span { border-color: rgb(31,162,98); }
td.TdClassName
{
border-color: #1FA262;
}
.TagClassName
{
border-color: #1FA262;
}
</style>