Html Css Color HEX #2AAE7C Jungle Green

📋 copy color: '#2AAE7C'

red 42 ◦ green 174 ◦ blue 124

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

Shades of Jungle Green #2AAE7C

Tints of Jungle Green #2AAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.18%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 12.35%
G = 51.18%
B = 36.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#2AAE7C (or 0x2AAE7C) is known color: Jungle Green. HEX triplet: 2A, AE and 7C. RGB value is (42,174,124). Sum of RGB (Red+Green+Blue) = 42+174+124=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7C is #D55183. Grayscale: #808080. Windows color (decimal): -13980036 or 8171050. OLE color: 8171050.

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

Color convert

RGB 42 174 124 -
CMYK 0.76 0 0.29 0.32
HSL 157.27º 0.61% 0.42% -
HSV(B) 157.27º 0.76% 0.68% -
XYZ 19.73 32.22 24.25 -
YUV 128.83 125.27 66.07 -
System Red Green Blue C M Y K H S L
Decimal 42 174 124 0.76 0 0.29 0.32 157.27 0.61 0.42
Hex 2A AE 7C 4C 0 1D 20 9D 3D 2A
Octal 52 256 174 114 0 35 40 235 75 52
Binary 101010 10101110 1111100 1001100 0 11101 100000 10011101 111101 101010

Color Harmonies of #2AAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE7C

Black with #2AAE7C

Text Example


Text Example

White with #2AAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,124); }

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

background-color css

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

 a { background-color: rgb(42,174,124); }

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

border-color css

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

 span { border-color: rgb(42,174,124); }

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