Html Css Color HEX #2FAA60 Eucalyptus

📋 copy color: '#2FAA60'

red 47 ◦ green 170 ◦ blue 96

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

Shades of Eucalyptus #2FAA60

Tints of Eucalyptus #2FAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 15.02%
G = 54.31%
B = 30.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#2FAA60 (or 0x2FAA60) is known color: Eucalyptus. HEX triplet: 2F, AA and 60. RGB value is (47,170,96). Sum of RGB (Red+Green+Blue) = 47+170+96=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA60 is #D0559F. Grayscale: #7C7C7C. Windows color (decimal): -13653408 or 6335023. OLE color: 6335023.

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

Color convert

RGB 47 170 96 -
CMYK 0.72 0 0.44 0.33
HSL 143.9º 0.57% 0.43% -
HSV(B) 143.9º 0.72% 0.67% -
XYZ 17.66 30.2 15.96 -
YUV 124.79 111.75 72.52 -
System Red Green Blue C M Y K H S L
Decimal 47 170 96 0.72 0 0.44 0.33 143.9 0.57 0.43
Hex 2F AA 60 48 0 2C 21 90 39 2B
Octal 57 252 140 110 0 54 41 220 71 53
Binary 101111 10101010 1100000 1001000 0 101100 100001 10010000 111001 101011

Color Harmonies of #2FAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA60

Black with #2FAA60

Text Example


Text Example

White with #2FAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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