Html Css Color HEX #2FAE5D Eucalyptus

📋 copy color: '#2FAE5D'

red 47 ◦ green 174 ◦ blue 93

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

Shades of Eucalyptus #2FAE5D

Tints of Eucalyptus #2FAE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.41%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 14.97%
G = 55.41%
B = 29.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#2FAE5D (or 0x2FAE5D) is known color: Eucalyptus. HEX triplet: 2F, AE and 5D. RGB value is (47,174,93). Sum of RGB (Red+Green+Blue) = 47+174+93=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE5D is #D051A2. Grayscale: #7E7E7E. Windows color (decimal): -13652387 or 6139439. OLE color: 6139439.

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

Color convert

RGB 47 174 93 -
CMYK 0.73 0 0.47 0.32
HSL 141.73º 0.57% 0.43% -
HSV(B) 141.73º 0.73% 0.68% -
XYZ 18.28 31.67 15.5 -
YUV 126.79 108.92 71.09 -
System Red Green Blue C M Y K H S L
Decimal 47 174 93 0.73 0 0.47 0.32 141.73 0.57 0.43
Hex 2F AE 5D 49 0 2F 20 8E 39 2B
Octal 57 256 135 111 0 57 40 216 71 53
Binary 101111 10101110 1011101 1001001 0 101111 100000 10001110 111001 101011

Color Harmonies of #2FAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE5D

Black with #2FAE5D

Text Example


Text Example

White with #2FAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,93); }

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

background-color css

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

 a { background-color: rgb(47,174,93); }

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

border-color css

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

 span { border-color: rgb(47,174,93); }

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