Html Css Color HEX #2FAC5F Eucalyptus

📋 copy color: '#2FAC5F'

red 47 ◦ green 172 ◦ blue 95

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

Shades of Eucalyptus #2FAC5F

Tints of Eucalyptus #2FAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 14.97%
G = 54.78%
B = 30.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#2FAC5F (or 0x2FAC5F) is known color: Eucalyptus. HEX triplet: 2F, AC and 5F. RGB value is (47,172,95). Sum of RGB (Red+Green+Blue) = 47+172+95=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC5F is #D053A0. Grayscale: #7E7E7E. Windows color (decimal): -13652897 or 6269999. OLE color: 6269999.

HSL color Cylindrical-coordinate representation of color #2FAC5F: hue angle of 143.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC5F is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 95 -
CMYK 0.73 0 0.45 0.33
HSL 143.04º 0.57% 0.43% -
HSV(B) 143.04º 0.73% 0.67% -
XYZ 17.99 30.94 15.85 -
YUV 125.85 110.59 71.76 -
System Red Green Blue C M Y K H S L
Decimal 47 172 95 0.73 0 0.45 0.33 143.04 0.57 0.43
Hex 2F AC 5F 49 0 2D 21 8F 39 2B
Octal 57 254 137 111 0 55 41 217 71 53
Binary 101111 10101100 1011111 1001001 0 101101 100001 10001111 111001 101011

Color Harmonies of #2FAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC5F

Black with #2FAC5F

Text Example


Text Example

White with #2FAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,95); }

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

background-color css

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

 a { background-color: rgb(47,172,95); }

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

border-color css

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

 span { border-color: rgb(47,172,95); }

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