Html Css Color HEX #2FA760 Eucalyptus

📋 copy color: '#2FA760'

red 47 ◦ green 167 ◦ blue 96

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

Shades of Eucalyptus #2FA760

Tints of Eucalyptus #2FA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

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

R = 15.16%
G = 53.87%
B = 30.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#2FA760 (or 0x2FA760) is known color: Eucalyptus. HEX triplet: 2F, A7 and 60. RGB value is (47,167,96). Sum of RGB (Red+Green+Blue) = 47+167+96=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA760 is #D0589F. Grayscale: #7B7B7B. Windows color (decimal): -13654176 or 6334255. OLE color: 6334255.

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

Color convert

RGB 47 167 96 -
CMYK 0.72 0 0.43 0.35
HSL 144.5º 0.56% 0.42% -
HSV(B) 144.5º 0.72% 0.65% -
XYZ 17.1 29.09 15.78 -
YUV 123.03 112.74 73.77 -
System Red Green Blue C M Y K H S L
Decimal 47 167 96 0.72 0 0.43 0.35 144.5 0.56 0.42
Hex 2F A7 60 48 0 2B 23 90 38 2A
Octal 57 247 140 110 0 53 43 220 70 52
Binary 101111 10100111 1100000 1001000 0 101011 100011 10010000 111000 101010

Color Harmonies of #2FA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA760

Black with #2FA760

Text Example


Text Example

White with #2FA760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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