#2A9E7A

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

Shades of Jungle Green #2A9E7A

Tints of Jungle Green #2A9E7A

Color information

#2A9E7A (or 0x2A9E7A) is unknown color: approx Jungle Green. HEX triplet: 2A, 9E and 7A. RGB value is (42,158,122). Sum of RGB (Red+Green+Blue) = 42+158+122=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E7A is #D56185. Grayscale: #777777. Windows color (decimal): -13984134 or 8035882. OLE color: 8035882.

HSL color Cylindrical-coordinate representation of color #2A9E7A: hue angle of 161.38º 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 #2A9E7A is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB42158122-
CMYK0.7300.230.38
HSL161.38º58%39.22%-
HSV(B)161.38º73.42%61.96%-
XYZ16.6926.3522.62-
YUV119.21129.5772.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=13.04%
G=49.07%
B=37.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581220.7300.230.38161.385839.22
Hex2A9E7A4901726a13a27
Octal52236172111027462417247
Binary101010100111101111010100100101011110011010100001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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