#2bac7f

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

Shades of Jungle Green #2BAC7F

Tints of Jungle Green #2BAC7F

Color information

#2BAC7F (or 0x2BAC7F) is unknown color: approx Jungle Green. HEX triplet: 2B, AC and 7F. RGB value is (43,172,127). Sum of RGB (Red+Green+Blue) = 43+172+127=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC7F is #D45380. Grayscale: #808080. Windows color (decimal): -13915009 or 8367147. OLE color: 8367147.

HSL color Cylindrical-coordinate representation of color #2BAC7F: hue angle of 159.07º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC7F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB43172127-
CMYK0.7500.260.33
HSL159.07º60%42.16%-
HSV(B)159.07º75%67.45%-
XYZ19.5831.5525.14-
YUV128.3127.2667.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 127 (50% from 255) = 37.13%
R=12.57%
G=50.29%
B=37.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431721270.7500.260.33159.076042.16
Hex2BAC7F4B01A219f3c2a
Octal53254177113032412377452
Binary101011101011001111111100101101101010000110011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bac7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,172,127); }

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

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

 a { background-color: rgb(43,172,127); }

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

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

 span { border-color: rgb(43,172,127); }

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