Html Css Color HEX #2FAA5E Eucalyptus

📋 copy color: '#2FAA5E'

red 47 ◦ green 170 ◦ blue 94

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

Shades of Eucalyptus #2FAA5E

Tints of Eucalyptus #2FAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.66%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 15.11%
G = 54.66%
B = 30.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#2FAA5E (or 0x2FAA5E) is known color: Eucalyptus. HEX triplet: 2F, AA and 5E. RGB value is (47,170,94). Sum of RGB (Red+Green+Blue) = 47+170+94=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA5E is #D055A1. Grayscale: #7C7C7C. Windows color (decimal): -13653410 or 6203951. OLE color: 6203951.

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

Color convert

RGB 47 170 94 -
CMYK 0.72 0 0.45 0.33
HSL 142.93º 0.57% 0.43% -
HSV(B) 142.93º 0.72% 0.67% -
XYZ 17.57 30.16 15.49 -
YUV 124.56 110.75 72.68 -
System Red Green Blue C M Y K H S L
Decimal 47 170 94 0.72 0 0.45 0.33 142.93 0.57 0.43
Hex 2F AA 5E 48 0 2D 21 8F 39 2B
Octal 57 252 136 110 0 55 41 217 71 53
Binary 101111 10101010 1011110 1001000 0 101101 100001 10001111 111001 101011

Color Harmonies of #2FAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA5E

Black with #2FAA5E

Text Example


Text Example

White with #2FAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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