#2FB184

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

Shades of Jungle Green #2FB184

Tints of Jungle Green #2FB184

Color information

#2FB184 (or 0x2FB184) is unknown color: approx Jungle Green. HEX triplet: 2F, B1 and 84. RGB value is (47,177,132). Sum of RGB (Red+Green+Blue) = 47+177+132=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB184 is #D04E7B. Grayscale: #858585. Windows color (decimal): -13651580 or 8696111. OLE color: 8696111.

HSL color Cylindrical-coordinate representation of color #2FB184: hue angle of 159.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB184 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB47177132-
CMYK0.7300.250.31
HSL159.23º58.04%43.92%-
HSV(B)159.23º73.45%69.41%-
XYZ21.0633.7127.23-
YUV133127.4366.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.20%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=13.20%
G=49.72%
B=37.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771320.7300.250.31159.2358.0443.92
Hex2FB184490191F9f3a2c
Octal57261204111031372377254
Binary101111101100011000010010010010110011111110011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,177,132); }

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

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

 a { background-color: rgb(47,177,132); }

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

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

 span { border-color: rgb(47,177,132); }

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