#2AB483

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

Shades of Jungle Green #2AB483

Tints of Jungle Green #2AB483

Color information

#2AB483 (or 0x2AB483) is unknown color: approx Jungle Green. HEX triplet: 2A, B4 and 83. RGB value is (42,180,131). Sum of RGB (Red+Green+Blue) = 42+180+131=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB483 is #D54B7C. Grayscale: #858585. Windows color (decimal): -13978493 or 8631338. OLE color: 8631338.

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

Color convert

RGB42180131-
CMYK0.7700.270.29
HSL158.7º62.16%43.53%-
HSV(B)158.7º76.67%70.59%-
XYZ21.3734.7727.06-
YUV133.15126.7862.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.90%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=11.90%
G=50.99%
B=37.11%

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
Decimal421801310.7700.270.29158.762.1643.53
Hex2AB4834D01B1D9f3e2c
Octal52264203115033352377654
Binary101010101101001000001110011010110111110110011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AB483;
 }
 .AnyTagClassName
 {
   color: #2AB483;
 }
</style>
background-color css

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

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

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

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

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

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