#2A9E7C

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

Shades of Jungle Green #2A9E7C

Tints of Jungle Green #2A9E7C

Color information

#2A9E7C (or 0x2A9E7C) is unknown color: approx Jungle Green. HEX triplet: 2A, 9E and 7C. RGB value is (42,158,124). Sum of RGB (Red+Green+Blue) = 42+158+124=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E7C is #D56183. Grayscale: #777777. Windows color (decimal): -13984132 or 8166954. OLE color: 8166954.

HSL color Cylindrical-coordinate representation of color #2A9E7C: hue angle of 162.41º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E7C is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB42158124-
CMYK0.7300.220.38
HSL162.41º58%39.22%-
HSV(B)162.41º73.42%61.96%-
XYZ16.8226.423.28-
YUV119.44130.5772.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 158 (62.11% from 255) = 48.77%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=12.96%
G=48.77%
B=38.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581240.7300.220.38162.415839.22
Hex2A9E7C4901626a23a27
Octal52236174111026462427247
Binary101010100111101111100100100101011010011010100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,158,124); }

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

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

 a { background-color: rgb(42,158,124); }

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

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

 span { border-color: rgb(42,158,124); }

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