#2FAA7E

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

Shades of Jungle Green #2FAA7E

Tints of Jungle Green #2FAA7E

Color information

#2FAA7E (or 0x2FAA7E) is unknown color: approx Jungle Green. HEX triplet: 2F, AA and 7E. RGB value is (47,170,126). Sum of RGB (Red+Green+Blue) = 47+170+126=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA7E is #D05581. Grayscale: #808080. Windows color (decimal): -13653378 or 8301103. OLE color: 8301103.

HSL color Cylindrical-coordinate representation of color #2FAA7E: hue angle of 158.54º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA7E is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB47170126-
CMYK0.7200.260.33
HSL158.54º56.68%42.55%-
HSV(B)158.54º72.35%66.67%-
XYZ19.3130.8624.68-
YUV128.21126.7570.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=13.70%
G=49.56%
B=36.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471701260.7200.260.33158.5456.6842.55
Hex2FAA7E4801A219f392b
Octal57252176110032412377153
Binary101111101010101111110100100001101010000110011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,126); }

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

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

 a { background-color: rgb(47,170,126); }

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

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

 span { border-color: rgb(47,170,126); }

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