Shades of Fruit Salad #2FAA40
Tints of Fruit Salad #2FAA40
RGB
CMYK
RGB Variations
Color information
#2FAA40 (or 0x2FAA40) is known color: Fruit Salad. HEX triplet: 2F, AA and 40. RGB value is (47,170,64). Sum of RGB (Red+Green+Blue) = 47+170+64=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA40 is #D055BF. Grayscale: #797979. Windows color (decimal): -13653440 or 4237871. OLE color: 4237871.
HSL color Cylindrical-coordinate representation of color #2FAA40: hue angle of 128.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA40 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 64 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.33 |
| HSL | 128.29º | 0.57% | 0.43% | - |
| HSV(B) | 128.29º | 0.72% | 0.67% | - |
| XYZ | 16.47 | 29.72 | 9.72 | - |
| YUV | 121.14 | 95.75 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 64 | 0.72 | 0 | 0.62 | 0.33 | 128.29 | 0.57 | 0.43 |
| Hex | 2F | AA | 40 | 48 | 0 | 3E | 21 | 80 | 39 | 2B |
| Octal | 57 | 252 | 100 | 110 | 0 | 76 | 41 | 200 | 71 | 53 |
| Binary | 101111 | 10101010 | 1000000 | 1001000 | 0 | 111110 | 100001 | 10000000 | 111001 | 101011 |
Color Harmonies of #2FAA40
Complementary color
Monochromatic Colors of #2FAA40
Black with #2FAA40
Text Example
Text Example
White with #2FAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA40; }
p { color: rgb(47,170,64); }
H1.HeaderClassName
{
color: #2FAA40;
}
.AnyTagClassName
{
color: #2FAA40;
}
</style>
background-color css
<style>
a { background-color: #2FAA40; }
a { background-color: rgb(47,170,64); }
div.DivClassName
{
background-color: #2FAA40;
}
.BgClassName
{
background-color: #2FAA40;
}
</style>
border-color css
<style>
span { border-color: #2FAA40; }
span { border-color: rgb(47,170,64); }
td.TdClassName
{
border-color: #2FAA40;
}
.TagClassName
{
border-color: #2FAA40;
}
</style>