#2A9F80

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

Shades of Jungle Green #2A9F80

Tints of Jungle Green #2A9F80

Color information

#2A9F80 (or 0x2A9F80) is unknown color: approx Jungle Green. HEX triplet: 2A, 9F and 80. RGB value is (42,159,128). Sum of RGB (Red+Green+Blue) = 42+159+128=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9F80 is #D5607F. Grayscale: #787878. Windows color (decimal): -13983872 or 8429354. OLE color: 8429354.

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

Color convert

RGB42159128-
CMYK0.7400.190.38
HSL164.1º58.21%39.41%-
HSV(B)164.1º73.58%62.35%-
XYZ17.2526.8524.69-
YUV120.48132.2472.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=12.77%
G=48.33%
B=38.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421591280.7400.190.38164.158.2139.41
Hex2A9F804A01326a43a27
Octal52237200112023462447247
Binary1010101001111110000000100101001001110011010100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,159,128); }

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

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

 a { background-color: rgb(42,159,128); }

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

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

 span { border-color: rgb(42,159,128); }

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