#2BAF84

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

Shades of Jungle Green #2BAF84

Tints of Jungle Green #2BAF84

Color information

#2BAF84 (or 0x2BAF84) is unknown color: approx Jungle Green. HEX triplet: 2B, AF and 84. RGB value is (43,175,132). Sum of RGB (Red+Green+Blue) = 43+175+132=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAF84 is #D4507B. Grayscale: #828282. Windows color (decimal): -13914236 or 8695595. OLE color: 8695595.

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

Color convert

RGB43175132-
CMYK0.7500.250.31
HSL160.45º60.55%42.75%-
HSV(B)160.45º75.43%68.63%-
XYZ20.4932.8427.09-
YUV130.63128.7765.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=12.29%
G=50%
B=37.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751320.7500.250.31160.4560.5542.75
Hex2BAF844B0191Fa03d2b
Octal53257204113031372407553
Binary101011101011111000010010010110110011111110100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,132); }

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

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

 a { background-color: rgb(43,175,132); }

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

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

 span { border-color: rgb(43,175,132); }

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