#2AB178

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

Shades of Jungle Green #2AB178

Tints of Jungle Green #2AB178

Color information

#2AB178 (or 0x2AB178) is unknown color: approx Jungle Green. HEX triplet: 2A, B1 and 78. RGB value is (42,177,120). Sum of RGB (Red+Green+Blue) = 42+177+120=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB178 is #D54E87. Grayscale: #828282. Windows color (decimal): -13979272 or 7909674. OLE color: 7909674.

HSL color Cylindrical-coordinate representation of color #2AB178: hue angle of 154.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB178 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB42177120-
CMYK0.7600.320.31
HSL154.67º61.64%42.94%-
HSV(B)154.67º76.27%69.41%-
XYZ20.0733.2923.14-
YUV130.14122.2765.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 177 (69.53% from 255) = 52.21%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=12.39%
G=52.21%
B=35.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421771200.7600.320.31154.6761.6442.94
Hex2AB1784C0201F9b3e2b
Octal52261170114040372337653
Binary101010101100011111000100110001000001111110011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,177,120); }

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

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

 a { background-color: rgb(42,177,120); }

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

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

 span { border-color: rgb(42,177,120); }

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