Html Css Color HEX #2AA171 Eucalyptus

📋 copy color: '#2AA171'

red 42 ◦ green 161 ◦ blue 113

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

Shades of Eucalyptus #2AA171

Tints of Eucalyptus #2AA171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.95%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 13.29%
G = 50.95%
B = 35.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#2AA171 (or 0x2AA171) is known color: Eucalyptus. HEX triplet: 2A, A1 and 71. RGB value is (42,161,113). Sum of RGB (Red+Green+Blue) = 42+161+113=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA171 is #D55E8E. Grayscale: #787878. Windows color (decimal): -13983375 or 7446826. OLE color: 7446826.

HSL color Cylindrical-coordinate representation of color #2AA171: hue angle of 155.8º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA171 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 42 161 113 -
CMYK 0.74 0 0.30 0.37
HSL 155.8º 0.59% 0.4% -
HSV(B) 155.8º 0.74% 0.63% -
XYZ 16.68 27.17 19.99 -
YUV 119.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 42 161 113 0.74 0 0.30 0.37 155.8 0.59 0.4
Hex 2A A1 71 4A 0 1E 25 9C 3B 28
Octal 52 241 161 112 0 36 45 234 73 50
Binary 101010 10100001 1110001 1001010 0 11110 100101 10011100 111011 101000

Color Harmonies of #2AA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA171

Black with #2AA171

Text Example


Text Example

White with #2AA171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,161,113); }

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

background-color css

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

 a { background-color: rgb(42,161,113); }

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

border-color css

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

 span { border-color: rgb(42,161,113); }

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