Html Css Color HEX #2AAE61 Eucalyptus

📋 copy color: '#2AAE61'

red 42 ◦ green 174 ◦ blue 97

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

Shades of Eucalyptus #2AAE61

Tints of Eucalyptus #2AAE61

RGB

 RED value IS 42 (16.8% from 255) = 13.42%

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 13.42%
G = 55.59%
B = 30.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#2AAE61 (or 0x2AAE61) is known color: Eucalyptus. HEX triplet: 2A, AE and 61. RGB value is (42,174,97). Sum of RGB (Red+Green+Blue) = 42+174+97=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE61 is #D5519E. Grayscale: #7D7D7D. Windows color (decimal): -13980063 or 6401578. OLE color: 6401578.

HSL color Cylindrical-coordinate representation of color #2AAE61: hue angle of 145º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE61 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 97 -
CMYK 0.76 0 0.44 0.32
HSL 145º 0.61% 0.42% -
HSV(B) 145º 0.76% 0.68% -
XYZ 18.25 31.63 16.45 -
YUV 125.75 111.77 68.26 -
System Red Green Blue C M Y K H S L
Decimal 42 174 97 0.76 0 0.44 0.32 145 0.61 0.42
Hex 2A AE 61 4C 0 2C 20 91 3D 2A
Octal 52 256 141 114 0 54 40 221 75 52
Binary 101010 10101110 1100001 1001100 0 101100 100000 10010001 111101 101010

Color Harmonies of #2AAE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE61

Black with #2AAE61

Text Example


Text Example

White with #2AAE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,97); }

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

background-color css

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

 a { background-color: rgb(42,174,97); }

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

border-color css

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

 span { border-color: rgb(42,174,97); }

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