Html Css Color HEX #2AB37E Jungle Green

📋 copy color: '#2AB37E'

red 42 ◦ green 179 ◦ blue 126

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

Shades of Jungle Green #2AB37E

Tints of Jungle Green #2AB37E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.59%

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

R = 12.1%
G = 51.59%
B = 36.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#2AB37E (or 0x2AB37E) is known color: Jungle Green. HEX triplet: 2A, B3 and 7E. RGB value is (42,179,126). Sum of RGB (Red+Green+Blue) = 42+179+126=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB37E is #D54C81. Grayscale: #848484. Windows color (decimal): -13978754 or 8303402. OLE color: 8303402.

HSL color Cylindrical-coordinate representation of color #2AB37E: hue angle of 156.79º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB37E is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 126 -
CMYK 0.77 0 0.30 0.30
HSL 156.79º 0.62% 0.43% -
HSV(B) 156.79º 0.77% 0.7% -
XYZ 20.84 34.24 25.25 -
YUV 132 124.61 63.81 -
System Red Green Blue C M Y K H S L
Decimal 42 179 126 0.77 0 0.30 0.30 156.79 0.62 0.43
Hex 2A B3 7E 4D 0 1E 1E 9D 3E 2B
Octal 52 263 176 115 0 36 36 235 76 53
Binary 101010 10110011 1111110 1001101 0 11110 11110 10011101 111110 101011

Color Harmonies of #2AB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB37E

Black with #2AB37E

Text Example


Text Example

White with #2AB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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