Html Css Color HEX #2FA53D Fruit Salad

📋 copy color: '#2FA53D'

red 47 ◦ green 165 ◦ blue 61

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

Shades of Fruit Salad #2FA53D

Tints of Fruit Salad #2FA53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.44%

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

R = 17.22%
G = 60.44%
B = 22.34%

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

#2FA53D (or 0x2FA53D) is known color: Fruit Salad. HEX triplet: 2F, A5 and 3D. RGB value is (47,165,61). Sum of RGB (Red+Green+Blue) = 47+165+61=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA53D is #D05AC2. Grayscale: #767676. Windows color (decimal): -13654723 or 4039983. OLE color: 4039983.

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

Color convert

RGB 47 165 61 -
CMYK 0.72 0 0.63 0.35
HSL 127.12º 0.56% 0.42% -
HSV(B) 127.12º 0.72% 0.65% -
XYZ 15.47 27.85 8.98 -
YUV 117.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 47 165 61 0.72 0 0.63 0.35 127.12 0.56 0.42
Hex 2F A5 3D 48 0 3F 23 7F 38 2A
Octal 57 245 75 110 0 77 43 177 70 52
Binary 101111 10100101 111101 1001000 0 111111 100011 1111111 111000 101010

Color Harmonies of #2FA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA53D

Black with #2FA53D

Text Example


Text Example

White with #2FA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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