#2FAA3E

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

Shades of Fruit Salad #2FAA3E

Tints of Fruit Salad #2FAA3E

Color information

#2FAA3E (or 0x2FAA3E) is unknown color: approx Fruit Salad. HEX triplet: 2F, AA and 3E. RGB value is (47,170,62). Sum of RGB (Red+Green+Blue) = 47+170+62=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA3E is #D055C1. Grayscale: #797979. Windows color (decimal): -13653442 or 4106799. OLE color: 4106799.

HSL color Cylindrical-coordinate representation of color #2FAA3E: hue angle of 127.32º 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 #2FAA3E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB4717062-
CMYK0.7200.640.33
HSL127.32º56.68%42.55%-
HSV(B)127.32º72.35%66.67%-
XYZ16.4229.79.43-
YUV120.9194.7575.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 170 (66.80% from 255) = 60.93%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=16.85%
G=60.93%
B=22.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170620.7200.640.33127.3256.6842.55
Hex2FAA3E48040217f392b
Octal57252761100100411777153
Binary101111101010101111101001000010000001000011111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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