#2AB484

Color #2AB484 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2AB484

Tints of Jungle Green #2AB484

Color information

#2AB484 (or 0x2AB484) is unknown color: approx 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

RGB42180132-
CMYK0.7700.270.29
HSL159.13º62.16%43.53%-
HSV(B)159.13º76.67%70.59%-
XYZ21.4434.827.42-
YUV133.27127.2862.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421801320.7700.270.29159.1362.1643.53
Hex2AB4844D01B1D9f3e2c
Octal52264204115033352377654
Binary101010101101001000010010011010110111110110011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>