Html Css Color HEX #2AAE7E Jungle Green

📋 copy color: '#2AAE7E'

red 42 ◦ green 174 ◦ blue 126

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

Shades of Jungle Green #2AAE7E

Tints of Jungle Green #2AAE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 12.28%
G = 50.88%
B = 36.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#2AAE7E (or 0x2AAE7E) is known color: Jungle Green. HEX triplet: 2A, AE and 7E. RGB value is (42,174,126). Sum of RGB (Red+Green+Blue) = 42+174+126=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE7E is #D55181. Grayscale: #818181. Windows color (decimal): -13980034 or 8302122. OLE color: 8302122.

HSL color Cylindrical-coordinate representation of color #2AAE7E: hue angle of 158.18º 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 #2AAE7E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 126 -
CMYK 0.76 0 0.28 0.32
HSL 158.18º 0.61% 0.42% -
HSV(B) 158.18º 0.76% 0.68% -
XYZ 19.86 32.27 24.92 -
YUV 129.06 126.27 65.9 -
System Red Green Blue C M Y K H S L
Decimal 42 174 126 0.76 0 0.28 0.32 158.18 0.61 0.42
Hex 2A AE 7E 4C 0 1C 20 9E 3D 2A
Octal 52 256 176 114 0 34 40 236 75 52
Binary 101010 10101110 1111110 1001100 0 11100 100000 10011110 111101 101010

Color Harmonies of #2AAE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE7E

Black with #2AAE7E

Text Example


Text Example

White with #2AAE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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