#2BAF82

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

Shades of Jungle Green #2BAF82

Tints of Jungle Green #2BAF82

Color information

#2BAF82 (or 0x2BAF82) is unknown color: approx Jungle Green. HEX triplet: 2B, AF and 82. RGB value is (43,175,130). Sum of RGB (Red+Green+Blue) = 43+175+130=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAF82 is #D4507D. Grayscale: #828282. Windows color (decimal): -13914238 or 8564523. OLE color: 8564523.

HSL color Cylindrical-coordinate representation of color #2BAF82: hue angle of 159.55º 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 #2BAF82 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB43175130-
CMYK0.7500.260.31
HSL159.55º60.55%42.75%-
HSV(B)159.55º75.43%68.63%-
XYZ20.3632.7926.37-
YUV130.4127.7765.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.36%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=12.36%
G=50.29%
B=37.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751300.7500.260.31159.5560.5542.75
Hex2BAF824B01A1Fa03d2b
Octal53257202113032372407553
Binary101011101011111000001010010110110101111110100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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