Html Css Color HEX #2AB88B Jungle Green

📋 copy color: '#2AB88B'

red 42 ◦ green 184 ◦ blue 139

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

Shades of Jungle Green #2AB88B

Tints of Jungle Green #2AB88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 11.51%
G = 50.41%
B = 38.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#2AB88B (or 0x2AB88B) is known color: Jungle Green. HEX triplet: 2A, B8 and 8B. RGB value is (42,184,139). Sum of RGB (Red+Green+Blue) = 42+184+139=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB88B is #D54774. Grayscale: #888888. Windows color (decimal): -13977461 or 9156650. OLE color: 9156650.

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

Color convert

RGB 42 184 139 -
CMYK 0.77 0 0.24 0.28
HSL 160.99º 0.63% 0.44% -
HSV(B) 160.99º 0.77% 0.72% -
XYZ 22.76 36.64 30.3 -
YUV 136.41 129.46 60.66 -
System Red Green Blue C M Y K H S L
Decimal 42 184 139 0.77 0 0.24 0.28 160.99 0.63 0.44
Hex 2A B8 8B 4D 0 18 1C A1 3F 2C
Octal 52 270 213 115 0 30 34 241 77 54
Binary 101010 10111000 10001011 1001101 0 11000 11100 10100001 111111 101100

Color Harmonies of #2AB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB88B

Black with #2AB88B

Text Example


Text Example

White with #2AB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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