Html Css Color HEX #2FAA5A Eucalyptus

📋 copy color: '#2FAA5A'

red 47 ◦ green 170 ◦ blue 90

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

Shades of Eucalyptus #2FAA5A

Tints of Eucalyptus #2FAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 15.31%
G = 55.37%
B = 29.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#2FAA5A (or 0x2FAA5A) is known color: Eucalyptus. HEX triplet: 2F, AA and 5A. RGB value is (47,170,90). Sum of RGB (Red+Green+Blue) = 47+170+90=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA5A is #D055A5. Grayscale: #7C7C7C. Windows color (decimal): -13653414 or 5941807. OLE color: 5941807.

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

Color convert

RGB 47 170 90 -
CMYK 0.72 0 0.47 0.33
HSL 140.98º 0.57% 0.43% -
HSV(B) 140.98º 0.72% 0.67% -
XYZ 17.39 30.09 14.56 -
YUV 124.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 47 170 90 0.72 0 0.47 0.33 140.98 0.57 0.43
Hex 2F AA 5A 48 0 2F 21 8D 39 2B
Octal 57 252 132 110 0 57 41 215 71 53
Binary 101111 10101010 1011010 1001000 0 101111 100001 10001101 111001 101011

Color Harmonies of #2FAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA5A

Black with #2FAA5A

Text Example


Text Example

White with #2FAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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