Html Css Color HEX #2FA073 Eucalyptus

📋 copy color: '#2FA073'

red 47 ◦ green 160 ◦ blue 115

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

Shades of Eucalyptus #2FA073

Tints of Eucalyptus #2FA073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 14.6%
G = 49.69%
B = 35.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#2FA073 (or 0x2FA073) is known color: Eucalyptus. HEX triplet: 2F, A0 and 73. RGB value is (47,160,115). Sum of RGB (Red+Green+Blue) = 47+160+115=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA073 is #D05F8C. Grayscale: #797979. Windows color (decimal): -13655949 or 7577647. OLE color: 7577647.

HSL color Cylindrical-coordinate representation of color #2FA073: hue angle of 156.11º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA073 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 160 115 -
CMYK 0.71 0 0.28 0.37
HSL 156.11º 0.55% 0.41% -
HSV(B) 156.11º 0.71% 0.63% -
XYZ 16.84 26.98 20.54 -
YUV 121.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 47 160 115 0.71 0 0.28 0.37 156.11 0.55 0.41
Hex 2F A0 73 47 0 1C 25 9C 37 29
Octal 57 240 163 107 0 34 45 234 67 51
Binary 101111 10100000 1110011 1000111 0 11100 100101 10011100 110111 101001

Color Harmonies of #2FA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA073

Black with #2FA073

Text Example


Text Example

White with #2FA073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,160,115); }

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

background-color css

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

 a { background-color: rgb(47,160,115); }

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

border-color css

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

 span { border-color: rgb(47,160,115); }

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