Html Css Color HEX #2AA070 Eucalyptus

📋 copy color: '#2AA070'

red 42 ◦ green 160 ◦ blue 112

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

Shades of Eucalyptus #2AA070

Tints of Eucalyptus #2AA070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 13.38%
G = 50.96%
B = 35.67%

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

#2AA070 (or 0x2AA070) is known color: Eucalyptus. HEX triplet: 2A, A0 and 70. RGB value is (42,160,112). Sum of RGB (Red+Green+Blue) = 42+160+112=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA070 is #D55F8F. Grayscale: #777777. Windows color (decimal): -13983632 or 7381034. OLE color: 7381034.

HSL color Cylindrical-coordinate representation of color #2AA070: hue angle of 155.59º degrees, saturation: 0.58, 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 #2AA070 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 42 160 112 -
CMYK 0.74 0 0.30 0.37
HSL 155.59º 0.58% 0.4% -
HSV(B) 155.59º 0.74% 0.63% -
XYZ 16.45 26.8 19.64 -
YUV 119.25 123.91 72.9 -
System Red Green Blue C M Y K H S L
Decimal 42 160 112 0.74 0 0.30 0.37 155.59 0.58 0.4
Hex 2A A0 70 4A 0 1E 25 9C 3A 28
Octal 52 240 160 112 0 36 45 234 72 50
Binary 101010 10100000 1110000 1001010 0 11110 100101 10011100 111010 101000

Color Harmonies of #2AA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA070

Black with #2AA070

Text Example


Text Example

White with #2AA070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,160,112); }

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

background-color css

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

 a { background-color: rgb(42,160,112); }

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

border-color css

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

 span { border-color: rgb(42,160,112); }

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