#2FB27E

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

Shades of Jungle Green #2FB27E

Tints of Jungle Green #2FB27E

Color information

#2FB27E (or 0x2FB27E) is unknown color: approx Jungle Green. HEX triplet: 2F, B2 and 7E. RGB value is (47,178,126). Sum of RGB (Red+Green+Blue) = 47+178+126=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB27E is #D04D81. Grayscale: #848484. Windows color (decimal): -13651330 or 8303151. OLE color: 8303151.

HSL color Cylindrical-coordinate representation of color #2FB27E: hue angle of 156.18º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB27E is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB47178126-
CMYK0.7400.290.30
HSL156.18º58.22%44.12%-
HSV(B)156.18º73.6%69.8%-
XYZ20.8633.9525.19-
YUV132.9124.166.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.39%
GREEN value IS 178 (69.92% from 255) = 50.71%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=13.39%
G=50.71%
B=35.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471781260.7400.290.30156.1858.2244.12
Hex2FB27E4A01D1E9c3a2c
Octal57262176112035362347254
Binary10111110110010111111010010100111011111010011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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