Html Css Color HEX #2AB57D Jungle Green

📋 copy color: '#2AB57D'

red 42 ◦ green 181 ◦ blue 125

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

Shades of Jungle Green #2AB57D

Tints of Jungle Green #2AB57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.01%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 12.07%
G = 52.01%
B = 35.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#2AB57D (or 0x2AB57D) is known color: Jungle Green. HEX triplet: 2A, B5 and 7D. RGB value is (42,181,125). Sum of RGB (Red+Green+Blue) = 42+181+125=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB57D is #D54A82. Grayscale: #858585. Windows color (decimal): -13978243 or 8238378. OLE color: 8238378.

HSL color Cylindrical-coordinate representation of color #2AB57D: hue angle of 155.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB57D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 125 -
CMYK 0.77 0 0.31 0.29
HSL 155.83º 0.62% 0.44% -
HSV(B) 155.83º 0.77% 0.71% -
XYZ 21.18 35.02 25.05 -
YUV 133.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 42 181 125 0.77 0 0.31 0.29 155.83 0.62 0.44
Hex 2A B5 7D 4D 0 1F 1D 9C 3E 2C
Octal 52 265 175 115 0 37 35 234 76 54
Binary 101010 10110101 1111101 1001101 0 11111 11101 10011100 111110 101100

Color Harmonies of #2AB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB57D

Black with #2AB57D

Text Example


Text Example

White with #2AB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,125); }

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

background-color css

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

 a { background-color: rgb(42,181,125); }

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

border-color css

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

 span { border-color: rgb(42,181,125); }

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