Shades of Fruit Salad #2FA03D
Tints of Fruit Salad #2FA03D
RGB
CMYK
RGB Variations
Color information
#2FA03D (or 0x2FA03D) is known color: Fruit Salad. HEX triplet: 2F, A0 and 3D. RGB value is (47,160,61). Sum of RGB (Red+Green+Blue) = 47+160+61=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA03D is #D05FC2. Grayscale: #737373. Windows color (decimal): -13656003 or 4038703. OLE color: 4038703.
HSL color Cylindrical-coordinate representation of color #2FA03D: hue angle of 127.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA03D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 61 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.37 |
| HSL | 127.43º | 0.55% | 0.41% | - |
| HSV(B) | 127.43º | 0.71% | 0.63% | - |
| XYZ | 14.59 | 26.08 | 8.68 | - |
| YUV | 114.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 61 | 0.71 | 0 | 0.62 | 0.37 | 127.43 | 0.55 | 0.41 |
| Hex | 2F | A0 | 3D | 47 | 0 | 3E | 25 | 7F | 37 | 29 |
| Octal | 57 | 240 | 75 | 107 | 0 | 76 | 45 | 177 | 67 | 51 |
| Binary | 101111 | 10100000 | 111101 | 1000111 | 0 | 111110 | 100101 | 1111111 | 110111 | 101001 |
Color Harmonies of #2FA03D
Complementary color
Monochromatic Colors of #2FA03D
Black with #2FA03D
Text Example
Text Example
White with #2FA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA03D; }
p { color: rgb(47,160,61); }
H1.HeaderClassName
{
color: #2FA03D;
}
.AnyTagClassName
{
color: #2FA03D;
}
</style>
background-color css
<style>
a { background-color: #2FA03D; }
a { background-color: rgb(47,160,61); }
div.DivClassName
{
background-color: #2FA03D;
}
.BgClassName
{
background-color: #2FA03D;
}
</style>
border-color css
<style>
span { border-color: #2FA03D; }
span { border-color: rgb(47,160,61); }
td.TdClassName
{
border-color: #2FA03D;
}
.TagClassName
{
border-color: #2FA03D;
}
</style>