Html Css Color HEX #2AAB7C Jungle Green

📋 copy color: '#2AAB7C'

red 42 ◦ green 171 ◦ blue 124

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

Shades of Jungle Green #2AAB7C

Tints of Jungle Green #2AAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

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

R = 12.46%
G = 50.74%
B = 36.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#2AAB7C (or 0x2AAB7C) is known color: Jungle Green. HEX triplet: 2A, AB and 7C. RGB value is (42,171,124). Sum of RGB (Red+Green+Blue) = 42+171+124=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7C is #D55483. Grayscale: #7F7F7F. Windows color (decimal): -13980804 or 8170282. OLE color: 8170282.

HSL color Cylindrical-coordinate representation of color #2AAB7C: hue angle of 158.14º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB7C is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 124 -
CMYK 0.75 0 0.27 0.33
HSL 158.14º 0.61% 0.42% -
HSV(B) 158.14º 0.75% 0.67% -
XYZ 19.16 31.07 24.06 -
YUV 127.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 42 171 124 0.75 0 0.27 0.33 158.14 0.61 0.42
Hex 2A AB 7C 4B 0 1B 21 9E 3D 2A
Octal 52 253 174 113 0 33 41 236 75 52
Binary 101010 10101011 1111100 1001011 0 11011 100001 10011110 111101 101010

Color Harmonies of #2AAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB7C

Black with #2AAB7C

Text Example


Text Example

White with #2AAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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