#2AB67A

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

Shades of Jungle Green #2AB67A

Tints of Jungle Green #2AB67A

Color information

#2AB67A (or 0x2AB67A) is unknown color: approx Jungle Green. HEX triplet: 2A, B6 and 7A. RGB value is (42,182,122). Sum of RGB (Red+Green+Blue) = 42+182+122=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB67A is #D54985. Grayscale: #858585. Windows color (decimal): -13977990 or 8042026. OLE color: 8042026.

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

Color convert

RGB42182122-
CMYK0.7700.330.29
HSL154.29º62.5%43.92%-
HSV(B)154.29º76.92%71.37%-
XYZ21.235.3524.12-
YUV133.3121.6262.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=12.14%
G=52.60%
B=35.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821220.7700.330.29154.2962.543.92
Hex2AB67A4D0211D9a3e2c
Octal52266172115041352327654
Binary101010101101101111010100110101000011110110011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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