Html Css Color HEX #2AA76D Eucalyptus

📋 copy color: '#2AA76D'

red 42 ◦ green 167 ◦ blue 109

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

Shades of Eucalyptus #2AA76D

Tints of Eucalyptus #2AA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.52%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 13.21%
G = 52.52%
B = 34.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#2AA76D (or 0x2AA76D) is known color: Eucalyptus. HEX triplet: 2A, A7 and 6D. RGB value is (42,167,109). Sum of RGB (Red+Green+Blue) = 42+167+109=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA76D is #D55892. Grayscale: #7B7B7B. Windows color (decimal): -13981843 or 7186218. OLE color: 7186218.

HSL color Cylindrical-coordinate representation of color #2AA76D: hue angle of 152.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA76D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 109 -
CMYK 0.75 0 0.35 0.35
HSL 152.16º 0.6% 0.41% -
HSV(B) 152.16º 0.75% 0.65% -
XYZ 17.53 29.23 19.19 -
YUV 123.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 42 167 109 0.75 0 0.35 0.35 152.16 0.6 0.41
Hex 2A A7 6D 4B 0 23 23 98 3C 29
Octal 52 247 155 113 0 43 43 230 74 51
Binary 101010 10100111 1101101 1001011 0 100011 100011 10011000 111100 101001

Color Harmonies of #2AA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA76D

Black with #2AA76D

Text Example


Text Example

White with #2AA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,109); }

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

background-color css

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

 a { background-color: rgb(42,167,109); }

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

border-color css

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

 span { border-color: rgb(42,167,109); }

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