#2FA274

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

Shades of Jungle Green #2FA274

Tints of Jungle Green #2FA274

Color information

#2FA274 (or 0x2FA274) is unknown color: approx Jungle Green. HEX triplet: 2F, A2 and 74. RGB value is (47,162,116). Sum of RGB (Red+Green+Blue) = 47+162+116=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA274 is #D05D8B. Grayscale: #7A7A7A. Windows color (decimal): -13655436 or 7643695. OLE color: 7643695.

HSL color Cylindrical-coordinate representation of color #2FA274: hue angle of 156º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA274 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB47162116-
CMYK0.7100.280.36
HSL156º55.02%40.98%-
HSV(B)156º70.99%63.53%-
XYZ17.2527.7120.96-
YUV122.37124.474.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=14.46%
G=49.85%
B=35.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471621160.7100.280.3615655.0240.98
Hex2FA2744701C249c3729
Octal57242164107034442346751
Binary101111101000101110100100011101110010010010011100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,162,116); }

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

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

 a { background-color: rgb(47,162,116); }

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

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

 span { border-color: rgb(47,162,116); }

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