Html Css Color HEX #2AB588 Jungle Green

📋 copy color: '#2AB588'

red 42 ◦ green 181 ◦ blue 136

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

Shades of Jungle Green #2AB588

Tints of Jungle Green #2AB588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 11.7%
G = 50.42%
B = 37.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#2AB588 (or 0x2AB588) is known color: Jungle Green. HEX triplet: 2A, B5 and 88. RGB value is (42,181,136). Sum of RGB (Red+Green+Blue) = 42+181+136=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB588 is #D54A77. Grayscale: #868686. Windows color (decimal): -13978232 or 8959274. OLE color: 8959274.

HSL color Cylindrical-coordinate representation of color #2AB588: hue angle of 160.58º 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 #2AB588 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 136 -
CMYK 0.77 0 0.25 0.29
HSL 160.58º 0.62% 0.44% -
HSV(B) 160.58º 0.77% 0.71% -
XYZ 21.92 35.32 28.95 -
YUV 134.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 42 181 136 0.77 0 0.25 0.29 160.58 0.62 0.44
Hex 2A B5 88 4D 0 19 1D A1 3E 2C
Octal 52 265 210 115 0 31 35 241 76 54
Binary 101010 10110101 10001000 1001101 0 11001 11101 10100001 111110 101100

Color Harmonies of #2AB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB588

Black with #2AB588

Text Example


Text Example

White with #2AB588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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