Html Css Color HEX #2ABC89 Jungle Green

📋 copy color: '#2ABC89'

red 42 ◦ green 188 ◦ blue 137

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

Shades of Jungle Green #2ABC89

Tints of Jungle Green #2ABC89

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 11.44%
G = 51.23%
B = 37.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#2ABC89 (or 0x2ABC89) is known color: Jungle Green. HEX triplet: 2A, BC and 89. RGB value is (42,188,137). Sum of RGB (Red+Green+Blue) = 42+188+137=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC89 is #D54376. Grayscale: #8A8A8A. Windows color (decimal): -13976439 or 9026602. OLE color: 9026602.

HSL color Cylindrical-coordinate representation of color #2ABC89: hue angle of 159.04º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC89 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 137 -
CMYK 0.78 0 0.27 0.26
HSL 159.04º 0.63% 0.45% -
HSV(B) 159.04º 0.78% 0.74% -
XYZ 23.45 38.26 29.82 -
YUV 138.53 127.13 59.15 -
System Red Green Blue C M Y K H S L
Decimal 42 188 137 0.78 0 0.27 0.26 159.04 0.63 0.45
Hex 2A BC 89 4E 0 1B 1A 9F 3F 2D
Octal 52 274 211 116 0 33 32 237 77 55
Binary 101010 10111100 10001001 1001110 0 11011 11010 10011111 111111 101101

Color Harmonies of #2ABC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC89

Black with #2ABC89

Text Example


Text Example

White with #2ABC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,137); }

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

background-color css

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

 a { background-color: rgb(42,188,137); }

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

border-color css

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

 span { border-color: rgb(42,188,137); }

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