Html Css Color HEX #2FA65A Eucalyptus

📋 copy color: '#2FA65A'

red 47 ◦ green 166 ◦ blue 90

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

Shades of Eucalyptus #2FA65A

Tints of Eucalyptus #2FA65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 15.51%
G = 54.79%
B = 29.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#2FA65A (or 0x2FA65A) is known color: Eucalyptus. HEX triplet: 2F, A6 and 5A. RGB value is (47,166,90). Sum of RGB (Red+Green+Blue) = 47+166+90=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA65A is #D059A5. Grayscale: #797979. Windows color (decimal): -13654438 or 5940783. OLE color: 5940783.

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

Color convert

RGB 47 166 90 -
CMYK 0.72 0 0.46 0.35
HSL 141.68º 0.56% 0.42% -
HSV(B) 141.68º 0.72% 0.65% -
XYZ 16.65 28.61 14.32 -
YUV 121.76 110.08 74.68 -
System Red Green Blue C M Y K H S L
Decimal 47 166 90 0.72 0 0.46 0.35 141.68 0.56 0.42
Hex 2F A6 5A 48 0 2E 23 8E 38 2A
Octal 57 246 132 110 0 56 43 216 70 52
Binary 101111 10100110 1011010 1001000 0 101110 100011 10001110 111000 101010

Color Harmonies of #2FA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA65A

Black with #2FA65A

Text Example


Text Example

White with #2FA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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