Html Css Color HEX #2AB77C Jungle Green

📋 copy color: '#2AB77C'

red 42 ◦ green 183 ◦ blue 124

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

Shades of Jungle Green #2AB77C

Tints of Jungle Green #2AB77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.44%

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

R = 12.03%
G = 52.44%
B = 35.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#2AB77C (or 0x2AB77C) is known color: Jungle Green. HEX triplet: 2A, B7 and 7C. RGB value is (42,183,124). Sum of RGB (Red+Green+Blue) = 42+183+124=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB77C is #D54883. Grayscale: #868686. Windows color (decimal): -13977732 or 8173354. OLE color: 8173354.

HSL color Cylindrical-coordinate representation of color #2AB77C: hue angle of 154.89º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB77C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 124 -
CMYK 0.77 0 0.32 0.28
HSL 154.89º 0.63% 0.44% -
HSV(B) 154.89º 0.77% 0.72% -
XYZ 21.53 35.81 24.85 -
YUV 134.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 42 183 124 0.77 0 0.32 0.28 154.89 0.63 0.44
Hex 2A B7 7C 4D 0 20 1C 9B 3F 2C
Octal 52 267 174 115 0 40 34 233 77 54
Binary 101010 10110111 1111100 1001101 0 100000 11100 10011011 111111 101100

Color Harmonies of #2AB77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB77C

Black with #2AB77C

Text Example


Text Example

White with #2AB77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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