Html Css Color HEX #2AAC59 Eucalyptus

📋 copy color: '#2AAC59'

red 42 ◦ green 172 ◦ blue 89

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

Shades of Eucalyptus #2AAC59

Tints of Eucalyptus #2AAC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 13.86%
G = 56.77%
B = 29.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#2AAC59 (or 0x2AAC59) is known color: Eucalyptus. HEX triplet: 2A, AC and 59. RGB value is (42,172,89). Sum of RGB (Red+Green+Blue) = 42+172+89=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC59 is #D553A6. Grayscale: #7B7B7B. Windows color (decimal): -13980583 or 5876778. OLE color: 5876778.

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

Color convert

RGB 42 172 89 -
CMYK 0.76 0 0.48 0.33
HSL 141.69º 0.61% 0.42% -
HSV(B) 141.69º 0.76% 0.67% -
XYZ 17.51 30.72 14.46 -
YUV 123.67 108.43 69.75 -
System Red Green Blue C M Y K H S L
Decimal 42 172 89 0.76 0 0.48 0.33 141.69 0.61 0.42
Hex 2A AC 59 4C 0 30 21 8E 3D 2A
Octal 52 254 131 114 0 60 41 216 75 52
Binary 101010 10101100 1011001 1001100 0 110000 100001 10001110 111101 101010

Color Harmonies of #2AAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC59

Black with #2AAC59

Text Example


Text Example

White with #2AAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,172,89); }

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

background-color css

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

 a { background-color: rgb(42,172,89); }

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

border-color css

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

 span { border-color: rgb(42,172,89); }

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