Html Css Color HEX #2AB484 Jungle Green

📋 copy color: '#2AB484'

red 42 ◦ green 180 ◦ blue 132

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

Shades of Jungle Green #2AB484

Tints of Jungle Green #2AB484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 11.86%
G = 50.85%
B = 37.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#2AB484 (or 0x2AB484) is known color: Jungle Green. HEX triplet: 2A, B4 and 84. RGB value is (42,180,132). Sum of RGB (Red+Green+Blue) = 42+180+132=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB484 is #D54B7B. Grayscale: #858585. Windows color (decimal): -13978492 or 8696874. OLE color: 8696874.

HSL color Cylindrical-coordinate representation of color #2AB484: hue angle of 159.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB484 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 132 -
CMYK 0.77 0 0.27 0.29
HSL 159.13º 0.62% 0.44% -
HSV(B) 159.13º 0.77% 0.71% -
XYZ 21.44 34.8 27.42 -
YUV 133.27 127.28 62.9 -
System Red Green Blue C M Y K H S L
Decimal 42 180 132 0.77 0 0.27 0.29 159.13 0.62 0.44
Hex 2A B4 84 4D 0 1B 1D 9F 3E 2C
Octal 52 264 204 115 0 33 35 237 76 54
Binary 101010 10110100 10000100 1001101 0 11011 11101 10011111 111110 101100

Color Harmonies of #2AB484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB484

Black with #2AB484

Text Example


Text Example

White with #2AB484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,132); }

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

background-color css

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

 a { background-color: rgb(42,180,132); }

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

border-color css

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

 span { border-color: rgb(42,180,132); }

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