Shades of Eucalyptus #1FAA67
Tints of Eucalyptus #1FAA67
RGB
CMYK
RGB Variations
Color information
#1FAA67 (or 0x1FAA67) is known color: Eucalyptus. HEX triplet: 1F, AA and 67. RGB value is (31,170,103). Sum of RGB (Red+Green+Blue) = 31+170+103=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA67 is #E05598. Grayscale: #787878. Windows color (decimal): -14701977 or 6793759. OLE color: 6793759.
HSL color Cylindrical-coordinate representation of color #1FAA67: hue angle of 151.08º 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 #1FAA67 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 103 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.33 |
| HSL | 151.08º | 0.69% | 0.39% | - |
| HSV(B) | 151.08º | 0.82% | 0.67% | - |
| XYZ | 17.39 | 30.02 | 17.71 | - |
| YUV | 120.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 103 | 0.82 | 0 | 0.39 | 0.33 | 151.08 | 0.69 | 0.39 |
| Hex | 1F | AA | 67 | 52 | 0 | 27 | 21 | 97 | 45 | 27 |
| Octal | 37 | 252 | 147 | 122 | 0 | 47 | 41 | 227 | 105 | 47 |
| Binary | 11111 | 10101010 | 1100111 | 1010010 | 0 | 100111 | 100001 | 10010111 | 1000101 | 100111 |
Color Harmonies of #1FAA67
Complementary color
Monochromatic Colors of #1FAA67
Black with #1FAA67
Text Example
Text Example
White with #1FAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA67; }
p { color: rgb(31,170,103); }
H1.HeaderClassName
{
color: #1FAA67;
}
.AnyTagClassName
{
color: #1FAA67;
}
</style>
background-color css
<style>
a { background-color: #1FAA67; }
a { background-color: rgb(31,170,103); }
div.DivClassName
{
background-color: #1FAA67;
}
.BgClassName
{
background-color: #1FAA67;
}
</style>
border-color css
<style>
span { border-color: #1FAA67; }
span { border-color: rgb(31,170,103); }
td.TdClassName
{
border-color: #1FAA67;
}
.TagClassName
{
border-color: #1FAA67;
}
</style>