#2FB282

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

Shades of Jungle Green #2FB282

Tints of Jungle Green #2FB282

Color information

#2FB282 (or 0x2FB282) is unknown color: approx Jungle Green. HEX triplet: 2F, B2 and 82. RGB value is (47,178,130). Sum of RGB (Red+Green+Blue) = 47+178+130=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB282 is #D04D7D. Grayscale: #858585. Windows color (decimal): -13651326 or 8565295. OLE color: 8565295.

HSL color Cylindrical-coordinate representation of color #2FB282: hue angle of 158.02º 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 #2FB282 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB47178130-
CMYK0.7400.270.30
HSL158.02º58.22%44.12%-
HSV(B)158.02º73.6%69.8%-
XYZ21.1234.0626.58-
YUV133.36126.166.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.24%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=13.24%
G=50.14%
B=36.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471781300.7400.270.30158.0258.2244.12
Hex2FB2824A01B1E9e3a2c
Octal57262202112033362367254
Binary101111101100101000001010010100110111111010011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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