#2A9C7A

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

Shades of Jungle Green #2A9C7A

Tints of Jungle Green #2A9C7A

Color information

#2A9C7A (or 0x2A9C7A) is unknown color: approx Jungle Green. HEX triplet: 2A, 9C and 7A. RGB value is (42,156,122). Sum of RGB (Red+Green+Blue) = 42+156+122=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C7A is #D56385. Grayscale: #767676. Windows color (decimal): -13984646 or 8035370. OLE color: 8035370.

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

Color convert

RGB42156122-
CMYK0.7300.220.39
HSL162.11º57.58%38.82%-
HSV(B)162.11º73.08%61.18%-
XYZ16.3625.6722.51-
YUV118.04130.2373.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.12%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=13.12%
G=48.75%
B=38.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421561220.7300.220.39162.1157.5838.82
Hex2A9C7A4901627a23a27
Octal52234172111026472427247
Binary101010100111001111010100100101011010011110100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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