Html Css Color HEX #2FA63D Fruit Salad

📋 copy color: '#2FA63D'

red 47 ◦ green 166 ◦ blue 61

#2FA63D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #2FA63D

Tints of Fruit Salad #2FA63D

RGB

 RED value IS 47 (18.75% from 255) = 17.15%

 GREEN value IS 166 (65.23% from 255) = 60.58%

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 17.15%
G = 60.58%
B = 22.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#2FA63D (or 0x2FA63D) is known color: Fruit Salad. HEX triplet: 2F, A6 and 3D. RGB value is (47,166,61). Sum of RGB (Red+Green+Blue) = 47+166+61=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA63D is #D059C2. Grayscale: #767676. Windows color (decimal): -13654467 or 4040239. OLE color: 4040239.

HSL color Cylindrical-coordinate representation of color #2FA63D: hue angle of 127.06º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA63D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 166 61 -
CMYK 0.72 0 0.63 0.35
HSL 127.06º 0.56% 0.42% -
HSV(B) 127.06º 0.72% 0.65% -
XYZ 15.65 28.21 9.04 -
YUV 118.45 95.58 77.04 -
System Red Green Blue C M Y K H S L
Decimal 47 166 61 0.72 0 0.63 0.35 127.06 0.56 0.42
Hex 2F A6 3D 48 0 3F 23 7F 38 2A
Octal 57 246 75 110 0 77 43 177 70 52
Binary 101111 10100110 111101 1001000 0 111111 100011 1111111 111000 101010

Color Harmonies of #2FA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA63D

Black with #2FA63D

Text Example


Text Example

White with #2FA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,166,61); }

 H1.HeaderClassName
 {
   color: #2FA63D;
 }
 .AnyTagClassName
 {
   color: #2FA63D;
 }
</style>

background-color css

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

 a { background-color: rgb(47,166,61); }

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

border-color css

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

 span { border-color: rgb(47,166,61); }

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