#2FA33E

Color #2FA33E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #2FA33E

Tints of Fruit Salad #2FA33E

Color information

#2FA33E (or 0x2FA33E) is unknown color: approx Fruit Salad. HEX triplet: 2F, A3 and 3E. RGB value is (47,163,62). Sum of RGB (Red+Green+Blue) = 47+163+62=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA33E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA33E is #D05CC1. Grayscale: #757575. Windows color (decimal): -13655234 or 4105007. OLE color: 4105007.

HSL color Cylindrical-coordinate representation of color #2FA33E: hue angle of 127.76º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA33E is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB4716362-
CMYK0.7100.620.36
HSL127.76º55.24%41.18%-
HSV(B)127.76º71.17%63.92%-
XYZ15.1427.159-
YUV116.897.0778.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=17.28%
G=59.93%
B=22.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47163620.7100.620.36127.7655.2441.18
Hex2FA33E4703E24803729
Octal5724376107076442006751
Binary101111101000111111101000111011111010010010000000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA33E; }

 p { color: rgb(47,163,62); }

 H1.HeaderClassName
 {
   color: #2FA33E;
 }
 .AnyTagClassName
 {
   color: #2FA33E;
 }
</style>
background-color css

<style>
 a { background-color: #2FA33E; }

 a { background-color: rgb(47,163,62); }

 div.DivClassName
 {
   background-color: #2FA33E;
 }
 .BgClassName
 {
   background-color: #2FA33E;
 }
</style>
border-color css

<style>
 span { border-color: #2FA33E; }

 span { border-color: rgb(47,163,62); }

 td.TdClassName
 {
   border-color: #2FA33E;
 }
 .TagClassName
 {
   border-color: #2FA33E;
 }
</style>