Shades of Fruit Salad #2EAA3C
Tints of Fruit Salad #2EAA3C
RGB
CMYK
RGB Variations
Color information
#2EAA3C (or 0x2EAA3C) is known color: Fruit Salad. HEX triplet: 2E, AA and 3C. RGB value is (46,170,60). Sum of RGB (Red+Green+Blue) = 46+170+60=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA3C is #D155C3. Grayscale: #787878. Windows color (decimal): -13718980 or 3975726. OLE color: 3975726.
HSL color Cylindrical-coordinate representation of color #2EAA3C: hue angle of 126.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA3C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 60 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.33 |
| HSL | 126.77º | 0.57% | 0.42% | - |
| HSV(B) | 126.77º | 0.73% | 0.67% | - |
| XYZ | 16.32 | 29.66 | 9.14 | - |
| YUV | 120.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 60 | 0.73 | 0 | 0.65 | 0.33 | 126.77 | 0.57 | 0.42 |
| Hex | 2E | AA | 3C | 49 | 0 | 41 | 21 | 7F | 39 | 2A |
| Octal | 56 | 252 | 74 | 111 | 0 | 101 | 41 | 177 | 71 | 52 |
| Binary | 101110 | 10101010 | 111100 | 1001001 | 0 | 1000001 | 100001 | 1111111 | 111001 | 101010 |
Color Harmonies of #2EAA3C
Complementary color
Monochromatic Colors of #2EAA3C
Black with #2EAA3C
Text Example
Text Example
White with #2EAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA3C; }
p { color: rgb(46,170,60); }
H1.HeaderClassName
{
color: #2EAA3C;
}
.AnyTagClassName
{
color: #2EAA3C;
}
</style>
background-color css
<style>
a { background-color: #2EAA3C; }
a { background-color: rgb(46,170,60); }
div.DivClassName
{
background-color: #2EAA3C;
}
.BgClassName
{
background-color: #2EAA3C;
}
</style>
border-color css
<style>
span { border-color: #2EAA3C; }
span { border-color: rgb(46,170,60); }
td.TdClassName
{
border-color: #2EAA3C;
}
.TagClassName
{
border-color: #2EAA3C;
}
</style>