Html Css Color HEX #2AB88E Jungle Green

📋 copy color: '#2AB88E'

red 42 ◦ green 184 ◦ blue 142

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

Shades of Jungle Green #2AB88E

Tints of Jungle Green #2AB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

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

R = 11.41%
G = 50%
B = 38.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#2AB88E (or 0x2AB88E) is known color: Jungle Green. HEX triplet: 2A, B8 and 8E. RGB value is (42,184,142). Sum of RGB (Red+Green+Blue) = 42+184+142=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB88E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB88E is #D54771. Grayscale: #888888. Windows color (decimal): -13977458 or 9353258. OLE color: 9353258.

HSL color Cylindrical-coordinate representation of color #2AB88E: hue angle of 162.25º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB88E is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 142 -
CMYK 0.77 0 0.23 0.28
HSL 162.25º 0.63% 0.44% -
HSV(B) 162.25º 0.77% 0.72% -
XYZ 22.98 36.73 31.47 -
YUV 136.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 42 184 142 0.77 0 0.23 0.28 162.25 0.63 0.44
Hex 2A B8 8E 4D 0 17 1C A2 3F 2C
Octal 52 270 216 115 0 27 34 242 77 54
Binary 101010 10111000 10001110 1001101 0 10111 11100 10100010 111111 101100

Color Harmonies of #2AB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB88E

Black with #2AB88E

Text Example


Text Example

White with #2AB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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