#2AB689

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

Shades of Jungle Green #2AB689

Tints of Jungle Green #2AB689

Color information

#2AB689 (or 0x2AB689) is unknown color: approx Jungle Green. HEX triplet: 2A, B6 and 89. RGB value is (42,182,137). Sum of RGB (Red+Green+Blue) = 42+182+137=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB689 is #D54976. Grayscale: #878787. Windows color (decimal): -13977975 or 9025066. OLE color: 9025066.

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

Color convert

RGB42182137-
CMYK0.7700.250.29
HSL160.71º62.5%43.92%-
HSV(B)160.71º76.92%71.37%-
XYZ22.235.7529.4-
YUV135.01129.1261.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 182 (71.48% from 255) = 50.42%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=11.63%
G=50.42%
B=37.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821370.7700.250.29160.7162.543.92
Hex2AB6894D0191Da13e2c
Octal52266211115031352417654
Binary101010101101101000100110011010110011110110100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,137); }

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

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

 a { background-color: rgb(42,182,137); }

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

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

 span { border-color: rgb(42,182,137); }

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