Html Css Color HEX #2ABD8E Jungle Green

📋 copy color: '#2ABD8E'

red 42 ◦ green 189 ◦ blue 142

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

Shades of Jungle Green #2ABD8E

Tints of Jungle Green #2ABD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 11.26%
G = 50.67%
B = 38.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#2ABD8E (or 0x2ABD8E) is known color: Jungle Green. HEX triplet: 2A, BD and 8E. RGB value is (42,189,142). Sum of RGB (Red+Green+Blue) = 42+189+142=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABD8E is #D54271. Grayscale: #8B8B8B. Windows color (decimal): -13976178 or 9354538. OLE color: 9354538.

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

Color convert

RGB 42 189 142 -
CMYK 0.78 0 0.25 0.26
HSL 160.82º 0.64% 0.45% -
HSV(B) 160.82º 0.78% 0.74% -
XYZ 24.03 38.84 31.82 -
YUV 139.69 129.3 58.32 -
System Red Green Blue C M Y K H S L
Decimal 42 189 142 0.78 0 0.25 0.26 160.82 0.64 0.45
Hex 2A BD 8E 4E 0 19 1A A1 40 2D
Octal 52 275 216 116 0 31 32 241 100 55
Binary 101010 10111101 10001110 1001110 0 11001 11010 10100001 1000000 101101

Color Harmonies of #2ABD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD8E

Black with #2ABD8E

Text Example


Text Example

White with #2ABD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,142); }

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

background-color css

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

 a { background-color: rgb(42,189,142); }

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

border-color css

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

 span { border-color: rgb(42,189,142); }

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