Html Css Color HEX #2ABC8A Jungle Green

📋 copy color: '#2ABC8A'

red 42 ◦ green 188 ◦ blue 138

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

Shades of Jungle Green #2ABC8A

Tints of Jungle Green #2ABC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 11.41%
G = 51.09%
B = 37.5%

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

#2ABC8A (or 0x2ABC8A) is known color: Jungle Green. HEX triplet: 2A, BC and 8A. RGB value is (42,188,138). Sum of RGB (Red+Green+Blue) = 42+188+138=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC8A is #D54375. Grayscale: #8A8A8A. Windows color (decimal): -13976438 or 9092138. OLE color: 9092138.

HSL color Cylindrical-coordinate representation of color #2ABC8A: hue angle of 159.45º 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 #2ABC8A is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 138 -
CMYK 0.78 0 0.27 0.26
HSL 159.45º 0.63% 0.45% -
HSV(B) 159.45º 0.78% 0.74% -
XYZ 23.53 38.29 30.2 -
YUV 138.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 42 188 138 0.78 0 0.27 0.26 159.45 0.63 0.45
Hex 2A BC 8A 4E 0 1B 1A 9F 3F 2D
Octal 52 274 212 116 0 33 32 237 77 55
Binary 101010 10111100 10001010 1001110 0 11011 11010 10011111 111111 101101

Color Harmonies of #2ABC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC8A

Black with #2ABC8A

Text Example


Text Example

White with #2ABC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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