#2FA580

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

Shades of Jungle Green #2FA580

Tints of Jungle Green #2FA580

Color information

#2FA580 (or 0x2FA580) is unknown color: approx Jungle Green. HEX triplet: 2F, A5 and 80. RGB value is (47,165,128). Sum of RGB (Red+Green+Blue) = 47+165+128=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA580 is #D05A7F. Grayscale: #7D7D7D. Windows color (decimal): -13654656 or 8430895. OLE color: 8430895.

HSL color Cylindrical-coordinate representation of color #2FA580: hue angle of 161.19º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA580 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB47165128-
CMYK0.7200.220.35
HSL161.19º55.66%41.57%-
HSV(B)161.19º71.52%64.71%-
XYZ18.5229.0725.06-
YUV125.5129.4172.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.82%
GREEN value IS 165 (64.84% from 255) = 48.53%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=13.82%
G=48.53%
B=37.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471651280.7200.220.35161.1955.6641.57
Hex2FA5804801623a1382a
Octal57245200110026432417052
Binary1011111010010110000000100100001011010001110100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,165,128); }

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

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

 a { background-color: rgb(47,165,128); }

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

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

 span { border-color: rgb(47,165,128); }

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