Html Css Color HEX #2AA15D Eucalyptus

📋 copy color: '#2AA15D'

red 42 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #2AA15D

Tints of Eucalyptus #2AA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 14.19%
G = 54.39%
B = 31.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#2AA15D (or 0x2AA15D) is known color: Eucalyptus. HEX triplet: 2A, A1 and 5D. RGB value is (42,161,93). Sum of RGB (Red+Green+Blue) = 42+161+93=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA15D is #D55EA2. Grayscale: #757575. Windows color (decimal): -13983395 or 6136106. OLE color: 6136106.

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

Color convert

RGB 42 161 93 -
CMYK 0.74 0 0.42 0.37
HSL 145.71º 0.59% 0.4% -
HSV(B) 145.71º 0.74% 0.63% -
XYZ 15.68 26.77 14.7 -
YUV 117.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 42 161 93 0.74 0 0.42 0.37 145.71 0.59 0.4
Hex 2A A1 5D 4A 0 2A 25 92 3B 28
Octal 52 241 135 112 0 52 45 222 73 50
Binary 101010 10100001 1011101 1001010 0 101010 100101 10010010 111011 101000

Color Harmonies of #2AA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA15D

Black with #2AA15D

Text Example


Text Example

White with #2AA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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