#2AAF79

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

Shades of Jungle Green #2AAF79

Tints of Jungle Green #2AAF79

Color information

#2AAF79 (or 0x2AAF79) is unknown color: approx Jungle Green. HEX triplet: 2A, AF and 79. RGB value is (42,175,121). Sum of RGB (Red+Green+Blue) = 42+175+121=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAF79 is #D55086. Grayscale: #818181. Windows color (decimal): -13979783 or 7974698. OLE color: 7974698.

HSL color Cylindrical-coordinate representation of color #2AAF79: hue angle of 155.64º degrees, saturation: 0.61, 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 #2AAF79 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB42175121-
CMYK0.7600.310.31
HSL155.64º61.29%42.55%-
HSV(B)155.64º76%68.63%-
XYZ19.7432.5323.33-
YUV129.08123.4465.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.43%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=12.43%
G=51.78%
B=35.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421751210.7600.310.31155.6461.2942.55
Hex2AAF794C01F1F9c3d2b
Octal52257171114037372347553
Binary10101010101111111100110011000111111111110011100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,175,121); }

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

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

 a { background-color: rgb(42,175,121); }

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

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

 span { border-color: rgb(42,175,121); }

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